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

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