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