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