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