aboutsummaryrefslogtreecommitdiff
path: root/ops/sl/slo16.c
blob: 806533237a3cdedbdf8ea8e3800f948463126759 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(slo16) {
	NEXT_OP(sp, a, x, y, o << 16);
}