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

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