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

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