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 8d8e383 commit 4c49c2cCopy full SHA for 4c49c2c
1 file changed
src/arch/zx48k/library-asm/print.asm
@@ -179,11 +179,8 @@ INVERSE_MODE: ; 00 -> NOP -> INVERSE 0
179
ld hl, (MAXX)
180
ld a, e
181
dec l ; l = MAXX
182
- cp l ; Lower than max?
183
- jp c, __PRINT_CONT; Nothing to do
184
- call __PRINT_EOL1
185
- exx ; counteracts __PRINT_EOL1 exx
186
- jp __PRINT_CONT2
+ cp l ; Lower than max?
+ jp nc, __PRINT_EOL1
187
188
__PRINT_CONT:
189
call __SAVE_S_POSN
0 commit comments