Re: A85: Display
[Prev][Next][Index][Thread]
Re: A85: Display
Well, using Z-Shell, you can display a 2 byte number by using D_HL_DECI.
To display a 1 byte number, do:
ld h, 0
ld l, a
call D_HL_DECI
and there you go.
At 08:40 PM 8/13/97 -0500, you wrote:
>I'm making a game, and I want t display an 8-bit variable on the left
>hand side, I already know the coordinates that it needs, but I can't
>display menu sized 8-bit variables, I can't display 16-bit variables
>either, all I get is a line of hex characters, what do I do?
>
>John
>
>
---
Evil Jim
Viva La Mexico
<eviljim@geocities.com>
http://members.tripod.com/~eviljim/
I want to die in my sleep like my Grandfather, not screaming in pain like
the passengers in my car...
Follow-Ups:
References: