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

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