Re: A89: recursion question
[Prev][Next][Index][Thread]
Re: A89: recursion question
In a message dated 11/29/98 6:41:10 PM Eastern Standard Time, BLoWh0Le@aol.com
writes:
> I'm no expert, but from what I've gathered from looking at other people's
> code, the xxx(pc) loads the effective address of xxx into the Program
> Counter
> (PC). Thus, when the appropriate ROM call is called, it looks to the PC
for
> the address of xxx.
okay THIS is what l was looking for, the tuitorial did not explain this.