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