Re: A86: base 10 display of hex


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

Re: A86: base 10 display of hex




i guess what i was asking is, does anyone have a more efficent routine
for dividing a number by 10?

rabidcow@juno.com wrote:
> 
> 
> oh, i see, it does mod 10 each time.
> 
> i can't think of any really good things to do, but you could ld c,$0a and
> use cp c and sub c.  that would save 6 clocks each time through.   oh,
> you could also use jp instead of jr.
> 
> -josh

-- 

=====================================
=                                   =
=   Kirk Meyer (mailto:_@ibm.net)   =
= http://www.bigfoot.com/~kirkmeyer =
=  http://simcommunity.home.ml.org  =
=                                   =
=   "Set your affection on things   =
=    above, not on things on the    =
=      earth."  Colossians 3:2      =
=                                   =
=====================================


References: