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