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

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