mirror of
https://github.com/KarolS/millfork.git
synced 2025-02-09 06:30:36 +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) {
|
void putstrz(pointer str) {
|
||||||
word length = strzlen(str)
|
word length
|
||||||
|
length = strzlen(str)
|
||||||
asm {
|
asm {
|
||||||
? LD DE,(str)
|
? LD DE,(str)
|
||||||
? LD BC,(length)
|
? LD BC,(length)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user