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