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