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

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