A83: Re: Re: Output Question


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

A83: Re: Re: Output Question




disphl uses large font, not small font...

Joe Wingbermuehle
http://www.usmo.com/~joewing/

-----Original Message-----
From: James Matthews <matthews@tkb.att.ne.jp>
To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
Date: Sunday, September 13, 1998 5:39 PM
Subject: A83: Re: Output Question


>
>> I was pondering if there was a simple way to output the numerical
>contents of
>> hl (or any 16bit register for that matter) to the screen, in variable
>width
>> (small) format.  Like:
>> 
>> ld hl,23967d
>> call ?????? ;what do I call to output the number 23967 in small
>writing?
>> 
>> Thanks for your help.
>
>Yep, use _disphl.
>
>James.
>