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