1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-21 09:16:34 +00:00

Library improvements

This commit is contained in:
Karol Stasiak
2018-12-17 17:18:29 +01:00
parent 7616c246ee
commit 585407e9bb
38 changed files with 554 additions and 70 deletions
+7 -3
View File
@@ -4,11 +4,15 @@
#endif
asm void putchar(byte a) {
tax
? tax
lda $347
pha
lda $346
pha
txa
? txa
rts
}
}
inline void new_line() {
putchar($9b)
}