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

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