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

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