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