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