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

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