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

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