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