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