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