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

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