We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c49c2c commit 221330bCopy full SHA for 221330b
1 file changed
src/arch/zx48k/library-asm/print.asm
@@ -215,7 +215,7 @@ __PRINT_EOL2:
215
216
__PRINT_AT1_END:
217
ld hl, (MAXY)
218
- cp h
+ cp l
219
jr c, __PRINT_EOL_END ; Carry if (MAXY) < d
220
#ifndef DISABLE_SCROLL
221
ld hl, __TVFLAGS
@@ -456,7 +456,11 @@ CONTINUE:
456
ld b, a
457
LOOP:
458
ld a, ' '
459
+ push bc
460
+ exx
461
call __PRINTCHAR
462
463
+ pop bc
464
djnz LOOP
465
ret
466
ENDP
0 commit comments