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