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

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