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

#include "../common.h"
DEFINE_OP(addix112) {
	NEXT_OP(sp, a, x + 112, y, o);
}