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