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

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