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

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