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