1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
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
cprintf.s
cputhex.s
cputs.s Conio: 65c02 optimisations 2023-09-02 12:44:53 +02:00
cscanf.s
cursor.s
scrsize.s
vcprintf.s Conio: 65c02 optimisations 2023-09-02 12:44:53 +02:00
vcscanf.s