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