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