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

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