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