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