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

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