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