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