Re: A82: Division routine
[Prev][Next][Index][Thread]
Re: A82: Division routine
I wanted to get that book a while ago but it's out of print
Anyway, I don't need a division routine anymore. I emailed Andreas Ess and he
gave me UDIV16.
The type of routine I was after was similar to the fast multiplication
routines that only require looping 16 times. UDIV16 is one of those routines
Thanks anyway,
~Adamman
In a message dated 10/11/98 9:12:18 AM Pacific Daylight Time,
c958362@student.dtu.dk writes:
> There is a fairly fast one inProgramming the z80 by Rodney Zaks, but I do
> notknow if it is faster than what you are doing. Unfortunately I do not
> have the book any more, anyoneelse?
>
> __________________________________________
>
> Dines Justesen
> Email: c958362@student.dtu.dk
> WWW : http://www.student.dtu.dk/~c958362/
> __________________________________________
>
> On Fri, 9 Oct 1998 ADAMMAN106@aol.com wrote:
>
> >
> > Does anyone have a fast division routine? The one I'm using right now
> uses a
> > slow repeated subtraction method. I hope someone has one, as it may be
> > crucial in speeding up 3D Game
> > Thanks,
> >
> > ~Adamman
> >