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

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