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

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