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

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