Re: A86: A few more questions...


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

Re: A86: A few more questions...




At 07:36 PM 8/22/98 EDT, you wrote:
>
>I have a few more questions and then I should be able to finish my game
pretty
>soon.  
>1.  How do you load a word variable into say hl?  Example:
>      ld hl,Score
You dont have to do anything else like switching hl and (hl).
Just enclose the Var with (). Like this:
	ld hl,(Score)
This will load the number at the address of Score.
Later,
CHICANE
ICQ: #14727618
chicane on EFNET #ti
Homepage: Under Construction.


References: