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

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