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

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