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

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