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

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