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

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