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

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