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