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