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

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