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

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