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