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

#include "common.h"

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