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

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

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