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

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