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