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

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