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

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