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

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