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

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