[A83] Re: push - pop


[Prev][Next][Index][Thread]

[A83] Re: push - pop




> Van: SUCKER from the old days <sucker_pvn@hotmail.com>
> 
> Can somebody explain in the highest detail what push
> and pop EXACTLY do? There are a couple of registers
> but there's only ONE stack pointer... I don't get it??

That's exactly the same mistake I made. btw, I think it's because of
AsmGuru that explains it a bit akward (sorry James...)
When you push ANY register the value will be loaded at SP, and SP will be
decremented by 2. So there are no different stacks for each register.

	Henk Poley <><




Follow-Ups: