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

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