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

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