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

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