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

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