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

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