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

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