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