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

#include "common.h"

DEFINE_OP(popo)
{
	UNUSED(o);
	NEXT_OP(sp - 1, a, x, y, *(sp - 1));
}