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