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