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

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