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

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