Re: A85: Display
[Prev][Next][Index][Thread]
Re: A85: Display
And don't forget to load in the coordinate to put the text in $800C
first. like:
ld h,$00 ;x position is 0
ld l,$01 ;y position is 1
ld ($800C),hl
-mike pearce
On Wed, 13 Aug 1997 22:11:12 -0500, you wrote:
>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...
>
References: