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

#include "common.h"

DEFINE_OP(pusha)
{
	*sp = a;
	NEXT_OP(sp + 1, a, x, y, o);
}