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

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