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

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