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

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