Re: A89: More ASM help please


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

Re: A89: More ASM help please




In a message dated 11/26/1998 11:07:10 AM Pacific Standard Time,
ComAsYuAre@aol.com writes:

> 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)
>  

Right.  This causes the addressing to be relative to the memory location of
the current instruction by adding the value of pc to the address of the
variable.

Daniel Imfeld