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

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