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