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

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