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