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

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