Re: A86: Ticklish?


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

Re: A86: Ticklish?




If the right flag is set ( the one which enables each of those programs)
then the calc makes a certain call to page 13 when it finds an opportune
moment (ie, getkey, when it parses, etc.).  The actual name of the program
is there so that the call can load the name into op1 and call _FINDSYM.
You can disassemble each of the calls (they are one right after another) to
figure out how it sets up each program.  You can also search for the calls
to find when they are called and what the saved registers might contain or
whether or not the zero flag needs to be set.

Stephen Hicks wrote:

> Hmm....  i just looked at the dump of page $D, and was wondering what
> all those references to (sqrt)KEY, (sqrt)CMDTOK, etc, are doing there?




References: