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

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