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

#include "common.h"

DEFINE_OP(subyo)
{
	UNUSED(a);
	NEXT_OP(sp, y - o, x, y, o);
}