aboutsummaryrefslogtreecommitdiff
path: root/ops/incy.c
blob: 05ff3c7bf507427348000c5898bf4a962c63b4fe (plain) (blame)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "common.h"

DEFINE_OP(incy)
{
	NEXT_OP(sp, a, x, y + 1, o);
}