mirror of
https://github.com/KarolS/millfork.git
synced 2025-02-03 11:33:33 +00:00
Fix stdio for ZX Spectrum
This commit is contained in:
parent
c9c3ebc8a4
commit
35004220ca
@ -18,7 +18,8 @@ void putstr(pointer str, byte len) {
|
||||
}
|
||||
|
||||
void putstrz(pointer str) {
|
||||
word length = strzlen(str)
|
||||
word length
|
||||
length = strzlen(str)
|
||||
asm {
|
||||
? LD DE,(str)
|
||||
? LD BC,(length)
|
||||
|
Loading…
x
Reference in New Issue
Block a user