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

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