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