Re: A85: Display
[Prev][Next][Index][Thread]
Re: A85: Display
82nd Deer 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.
What we really need is a D_A_DECI routine, maybe not in the ROM, but at least
with the shell and not with DISPLIB. I really don't want to include DISPLIB
just for that routine.
(Did I already mention this? I don't know if I said it to the list or someone
else. Sorry if I already did)
--
Terry Peng
email- tpeng@geocities.com
web- http://www.geocities.com/SiliconValley/Bay/5104/index.html
Follow-Ups:
References: