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

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