cc65/libsrc/conio
Colin Leroy-Mira 8a140e6503 Conio: 65c02 optimisations
cputc: -2 cycles per char, -2 cycles per carriage return
cputs: -5 cycles per char, -3 cycles on cputsxy
vcprintf: -6 cycles per char
2023-09-02 12:44:53 +02:00
..
_cursor.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cprintf.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cputhex.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cputs.s Conio: 65c02 optimisations 2023-09-02 12:44:53 +02:00
cscanf.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cursor.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
scrsize.s remove dangling spaces 2022-04-17 16:06:22 +02:00
vcprintf.s Conio: 65c02 optimisations 2023-09-02 12:44:53 +02:00
vcscanf.s Updated the fastcall information in a document and two Assembly files. 2015-07-22 13:31:14 -04:00