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

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