aboutsummaryrefslogtreecommitdiff
path: root/ops/bs/bsy9.c
blob: 3598bd098949bd026315a168b6e4512bf9a870cc (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(bsy9) {
	NEXT_OP(sp, a, x, y >> 9, o);
}