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

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