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

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