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

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