Re: A89: More ASM help please


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

Re: A89: More ASM help please




In a message dated 11/26/98 14:04:42 Eastern Standard Time, doors@altern.org
writes:

> pea is the instruction which pushes on the stack an effective adress. here
>  the effective adress is: string(PC) + offset of 'string' relative to PC -->
>  this is an absolute adress.
>  


does the inclusion of (pc) in addressing commands allow an asm prog to run
from anywhere in memory, instead of a fixed location? (like the 86 for those
of you who are familiar with it)


Follow-Ups: