aboutsummaryrefslogtreecommitdiff
path: root/ops/li/li98.c
blob: 6b320014e2fc58727b5575b02e0bd9567efdae82 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(li98) {
	UNUSED(o); NEXT_OP(sp, a, x, y, 98);
}