aboutsummaryrefslogtreecommitdiff
path: root/ops/incy.c
blob: e32646f4b783a474eddf94333f35e94dd4ba555a (plain) (blame)
1
2
3
4
5
6
#include "common.h"

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