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

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