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

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