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

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