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