]> git.sur5r.net Git - cc65/history - libsrc/common/_printf.s
Added fixpoint sine and cosine functions.
[cc65] / libsrc / common / _printf.s
2009-02-10 uzRemoved an unused import.
2004-12-11 cuzFixed minor issues with the modifiers: Some modifiers...
2002-11-13 cuzFixed precision bug in printf family
2002-07-16 cuzRemoved a JMP (ind)
2002-03-17 cuzThe %p format specifier was missing
2000-12-08 cuzAdded a speed optimization. Makes the code somewhat...
2000-12-01 cuzMake _printf() __fastcall__
2000-12-01 cuzCleanup and optimizations
2000-11-30 cuz_printf rewritten in assembler - basic tests ok, needs...