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