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