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

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