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