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.
2 parents 4ee05e7 + 1ae03e2 commit 38b7fa5Copy full SHA for 38b7fa5
1 file changed
src/arch/zxnext/library-asm/load.asm
@@ -109,7 +109,7 @@ LOAD_CONT2:
109
add hl, sp
110
ld (TMP_SP), hl
111
ld bc, -18
112
- add hl, sp
+ add hl, bc
113
ld sp, hl
114
115
LOAD_CONT3:
@@ -220,7 +220,7 @@ VR_CONT_1:
220
inc hl
221
ld h, (hl)
222
ld l, a
223
- or h ; check start for zero (unespecified)
+ or h ; check start for zero (unspecified)
224
jr nz, VR_CONT_2 ; Jump if there was a start
225
226
ld l, (ix + 13) ; otherwise use destination in header
0 commit comments