[A83] Re: (hl) and hl


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

[A83] Re: (hl) and hl




Hello!
(hl) means to use the memory adress hl, while hl means to just take whatever 
is stored in hl and use it as a number. So,

ld hl,a_Defined_Memory_Location_In_The_Header
ld (hl),1234

will store 1234 to whatever location a_Defined_Memory_Location_In_The_Header 
is in the calc's mem. If you don't get it, I understand, and I have not 
programed for ages now, so someone correct me if I am wrong. I am also not 
quite concious now, so don't trust me completly.


>
>  tWhat is the difference between (hl) and hl? Thanks.
>
>----------------------------------------------------------------------------
>MSN Photos is the easiest way to share and print your photos: Click Here[1]
>
>
>--- Links ---
>    1 'http://go.msn.com/bql/hmtag3_etl_EN.asp'
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.




Follow-Ups: