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

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