Re: A85: Display


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

Re: A85: Display



In ZShell or Usgard, D_HL_DECI, will display HL as a decimal.  See ZSFNLIB.TXT
Usgard also has DM_HL_DECI, which will display HL as a decimal in menu
format.  To display a 8 bit number, load it into hl:

ld	h, 0
ld	l, a

or get DISPLIB.


At 05:52 PM 8/6/97 -0500, you wrote:
>How do you display 8-bit and 16-bit variables on the screen?
>
>Thanks,
>John
>
>
---
Evil Jim
Viva La Mexico
<eviljim@geocities.com>
http://www.geocities.com/TimesSquare/Arcade/8210/
I want to die in my sleep like my Grandfather, not screaming in pain like
the passengers in my car...


References: