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