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

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