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