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

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