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

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