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