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

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