mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-04 08:24:39 +00:00
Fix stdio for ZX Spectrum
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user