Calculator Community > ASM

eZ80 Optimized Routines

<< < (2/4) > >>

Sorunome:
Ui, so many new routines! I especially like your template!
Also, I didn't read them through but the titles are promising :)

EDIT: what is gcd?

Xeda112358:
GCD is the Greatest Common Divisor. So GCD(15,27) is 3 since 3 is the largest number that divides both 27 and 15. It isn't used often, bt if somebody wanted to make a 16-bit rational library *cough*I should*cough* it is extremely useful.

Sorunome:
Oh, thanks!
And yay more library stuff by xeda :P

NanoWar:
We need a math lib for z80. Do it.

Xeda112358:
For the Z80, I made floating point routines for 80-bit floats (64-bit precision) and 24-bit floats (16-bit precision). I just started working on a single-precision floating point library for the eZ80 and Z80 that is conforming to IEEE-754 standards and it is going alright.

I've written a bunch of fixed-point and integer routines, too.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version