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