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

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