Re: A82: Pic addresses


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

Re: A82: Pic addresses




In a message dated 98-05-22 06:45:42 EDT, you write:

>     Thanks to Calcem, I know that PIC6 address is at $FA?? but the exact
>  address seems to change with the content of the calc. But it always
>  starts with $F4 $02...
>      How can I get the exact address in hl???
>      I think that pointing hl to FA00 and then inc it since it gives F4
>  02...
>  
>                      BtC

no, you don't understand.  PIC6 is a variable, so it only exists if you
explicitly create it.  Then, it will always have a different address.  The two
bytes you see are the size of the variable - which will ALWAYS be the same.

~Adamman