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