[A83] Re: HL to string


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

[A83] Re: HL to string




If you're looking for speed, the algorithm on that webpage is the way to go.
But if there's just a few of these numbers you're displaying, and not very
often, I would think division would be fine. If several people want it, I
can put together z80 code that implements the algorithm given on that page.

-----Original Message-----
From: assembly-83-bounce@lists.ticalc.org
[mailto:assembly-83-bounce@lists.ticalc.org]On Behalf Of Dan Weiss
Sent: Saturday, July 07, 2001 9:11 PM
To: assembly-83@lists.ticalc.org
Subject: [A83] Re: HL to string

So what is the best way to turn a 4 byte long integer into a text string for
display with VPUTS?  (I currently use a long integer divide routine from
some Z80 C compiler...)




References: