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