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

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