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