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