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