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