Re: A86: Re: A86 : Debugger (was Protocol additions)


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

Re: A86: Re: A86 : Debugger (was Protocol additions)



ld (nn),sp        ;ED 73 XX XX

Dan Eble wrote:

> 
>  On a related note, does anyone know an easy way to get the current SP?
>  The best idea I have right now is to write a value into a known address
>  somewhere below the stack, then start pushing a different value in a
>  counting loop, checking to see when the original value is overwritten.
>