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

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