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