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

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