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

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