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

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