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

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