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

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