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