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