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

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