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

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