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

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