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

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