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