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

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