Re: A83: Display Characters...


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

Re: A83: Display Characters...




Its a recursive algorithm.  I figure out the numbers one at a time, and
only display a number from 0-9 at a time.

James.
____________________

James Matthews.
E-mail (family):    matthews@tkb.att.ne.jp
E-mail (private):  james_matthews@hotmail.com

Homepage:  http://home.att.ne.jp/gold/tomcat21/index.html
ICQ:  7413754
____________________________________

----------
> From: Linus Akesson <lairfight@softhome.net>
> To: James Matthews <assembly-83@lists.ticalc.org>
> Subject: Re: A83: Display Characters...
> Date: Saturday, May 16, 1998 7:22 PM
> 
> 
> On 15-May-98, James Matthews wrote:
> 
> >> with disphl and dispop1 you can only display numbers
> 
> >That's all I wanna display :)...
> 
> hl can only keep numbers from 0 to 65535.  Op1 can only keep 14
significant
> digits. Ergo, if you wanna display 256 digits like you said, you can't
use
> those built-in routines.
> 
> Linus
>