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

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