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