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

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