aboutsummaryrefslogtreecommitdiff
path: root/ops/li/generic/lix.c
blob: f603bb58ed70a2179e3d87b32a13efe9792ead8d (plain) (blame)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../../common.h"

DEFINE_OP(lix)
{
	UNUSED(x);
	NEXT_OP(sp, a, IMM(), y, o);
}