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

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