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

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