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

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