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

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