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

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