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

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