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

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