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

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