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

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