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

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