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

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