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
(now what? do you ld hl,(hl)? that can't be right?)
Score:
.dw 0
2. Is there an Equivalent to D_HL_DECI call for the TI-86? (To display hl
in decimal form) If so, where? If not, then how do you do it?
Thank you for your help!