mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-21 09:16:34 +00:00
Library improvements
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user