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