aboutsummaryrefslogtreecommitdiff
path: root/ops/bs/bsy54.c
blob: c04a8604bacf127ee49b84a34bb711f7ca3d40f0 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(bsy54) {
	NEXT_OP(sp, a, x, y >> 54, o);
}