aboutsummaryrefslogtreecommitdiff
path: root/ops/li/li89.c
blob: 4c62515046d27b0cabdf515303ca2a52f6933ea4 (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(li89) {
	UNUSED(o); NEXT_OP(sp, a, x, y, 89);
}