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

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