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