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

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