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