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

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