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

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