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

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