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