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

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