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