aboutsummaryrefslogtreecommitdiff
path: root/ops/li/lia1.c
blob: 923e37937fc54394c3582426cba7259f42348ada (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(lia1) {
	UNUSED(a); NEXT_OP(sp, 1, x, y, o);
}