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

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