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