Rewrite fputc in assembly

-36 bytes, -12% cycles
This commit is contained in:
Colin Leroy-Mira
2024-01-30 17:59:33 +01:00
parent ba36071022
commit 1a5a7d67a7
4 changed files with 113 additions and 43 deletions

View File

@@ -32,9 +32,9 @@ _fputs:
jsr swapstk ; Push fd, get s
jsr pushax ; Push s
jsr _strlen ; Get length
; Write
jmp _write