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

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