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

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