mirror of
https://github.com/KarolS/millfork.git
synced 2024-10-31 14:04:58 +00:00
change monitor address to not print prompt
This commit is contained in:
parent
394ac63805
commit
d6deb81166
@ -11,7 +11,7 @@ asm void bell() @$FBE4 extern
|
||||
asm void putchar(byte register(a) char) @$FDED extern
|
||||
asm void new_line() @$FC62 extern
|
||||
asm pointer readline() {
|
||||
jsr $FD6A
|
||||
jsr $FD6F
|
||||
ldx #$ff
|
||||
__readline_loop:
|
||||
inx
|
||||
|
Loading…
Reference in New Issue
Block a user