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

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