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

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