Re: A86: Large Sprites...
[Prev][Next][Index][Thread]
Re: A86: Large Sprites...
In a message dated 5/2/99 11:19:02 AM Pacific Daylight Time, v8r@juno.com
writes:
> Would it be possible
> to remove this position address from the stack and save it to a register,
> then pop all of the backgrounds, and then finally replace the address
> back on the stack and ret..
>
> Is this acceptable or will it cause errors
>
you should be able to something like this
pop de ;de now has old pc that we need to return to
pop all the other backgrounds then
push de ;put the old pc back on the stack
ret ;go back