Skip to content

Commit 044067a

Browse files
committed
Update tests
1 parent 6cc4987 commit 044067a

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

tests/functional/code00.asm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ BRIGHT_TMP:
614614
#line 1 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
615615
#line 4 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
616616
COPY_ATTR:
617-
; Just copies current permanent attribs to temporal attribs
617+
; Just copies current permanent attribs into temporal attribs
618618
; and sets print mode
619619
PROC
620620
LOCAL INVERSE1
@@ -1314,7 +1314,7 @@ LOAD_CONT2:
13141314
add hl, sp
13151315
ld (TMP_SP), hl
13161316
ld bc, -18
1317-
add hl, sp
1317+
add hl, bc
13181318
ld sp, hl
13191319
LOAD_CONT3:
13201320
ld (TMP_HEADER), hl
@@ -1400,7 +1400,7 @@ VR_CONT_1:
14001400
inc hl
14011401
ld h, (hl)
14021402
ld l, a
1403-
or h ; check start for zero (unespecified)
1403+
or h ; check start for zero (unspecified)
14041404
jr nz, VR_CONT_2 ; Jump if there was a start
14051405
ld l, (ix + 13) ; otherwise use destination in header
14061406
ld h, (ix + 14) ; and load code at addr. saved from

tests/functional/code01.asm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ BRIGHT_TMP:
614614
#line 1 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
615615
#line 4 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
616616
COPY_ATTR:
617-
; Just copies current permanent attribs to temporal attribs
617+
; Just copies current permanent attribs into temporal attribs
618618
; and sets print mode
619619
PROC
620620
LOCAL INVERSE1
@@ -1314,7 +1314,7 @@ LOAD_CONT2:
13141314
add hl, sp
13151315
ld (TMP_SP), hl
13161316
ld bc, -18
1317-
add hl, sp
1317+
add hl, bc
13181318
ld sp, hl
13191319
LOAD_CONT3:
13201320
ld (TMP_HEADER), hl
@@ -1400,7 +1400,7 @@ VR_CONT_1:
14001400
inc hl
14011401
ld h, (hl)
14021402
ld l, a
1403-
or h ; check start for zero (unespecified)
1403+
or h ; check start for zero (unspecified)
14041404
jr nz, VR_CONT_2 ; Jump if there was a start
14051405
ld l, (ix + 13) ; otherwise use destination in header
14061406
ld h, (ix + 14) ; and load code at addr. saved from

tests/functional/code02.asm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ BRIGHT_TMP:
614614
#line 1 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
615615
#line 4 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
616616
COPY_ATTR:
617-
; Just copies current permanent attribs to temporal attribs
617+
; Just copies current permanent attribs into temporal attribs
618618
; and sets print mode
619619
PROC
620620
LOCAL INVERSE1
@@ -1314,7 +1314,7 @@ LOAD_CONT2:
13141314
add hl, sp
13151315
ld (TMP_SP), hl
13161316
ld bc, -18
1317-
add hl, sp
1317+
add hl, bc
13181318
ld sp, hl
13191319
LOAD_CONT3:
13201320
ld (TMP_HEADER), hl
@@ -1400,7 +1400,7 @@ VR_CONT_1:
14001400
inc hl
14011401
ld h, (hl)
14021402
ld l, a
1403-
or h ; check start for zero (unespecified)
1403+
or h ; check start for zero (unspecified)
14041404
jr nz, VR_CONT_2 ; Jump if there was a start
14051405
ld l, (ix + 13) ; otherwise use destination in header
14061406
ld h, (ix + 14) ; and load code at addr. saved from

tests/functional/load02.asm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ BRIGHT_TMP:
621621
#line 1 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
622622
#line 4 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
623623
COPY_ATTR:
624-
; Just copies current permanent attribs to temporal attribs
624+
; Just copies current permanent attribs into temporal attribs
625625
; and sets print mode
626626
PROC
627627
LOCAL INVERSE1
@@ -1321,7 +1321,7 @@ LOAD_CONT2:
13211321
add hl, sp
13221322
ld (TMP_SP), hl
13231323
ld bc, -18
1324-
add hl, sp
1324+
add hl, bc
13251325
ld sp, hl
13261326
LOAD_CONT3:
13271327
ld (TMP_HEADER), hl
@@ -1407,7 +1407,7 @@ VR_CONT_1:
14071407
inc hl
14081408
ld h, (hl)
14091409
ld l, a
1410-
or h ; check start for zero (unespecified)
1410+
or h ; check start for zero (unspecified)
14111411
jr nz, VR_CONT_2 ; Jump if there was a start
14121412
ld l, (ix + 13) ; otherwise use destination in header
14131413
ld h, (ix + 14) ; and load code at addr. saved from

tests/functional/load03.asm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ BRIGHT_TMP:
618618
#line 1 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
619619
#line 4 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
620620
COPY_ATTR:
621-
; Just copies current permanent attribs to temporal attribs
621+
; Just copies current permanent attribs into temporal attribs
622622
; and sets print mode
623623
PROC
624624
LOCAL INVERSE1
@@ -1318,7 +1318,7 @@ LOAD_CONT2:
13181318
add hl, sp
13191319
ld (TMP_SP), hl
13201320
ld bc, -18
1321-
add hl, sp
1321+
add hl, bc
13221322
ld sp, hl
13231323
LOAD_CONT3:
13241324
ld (TMP_HEADER), hl
@@ -1404,7 +1404,7 @@ VR_CONT_1:
14041404
inc hl
14051405
ld h, (hl)
14061406
ld l, a
1407-
or h ; check start for zero (unespecified)
1407+
or h ; check start for zero (unspecified)
14081408
jr nz, VR_CONT_2 ; Jump if there was a start
14091409
ld l, (ix + 13) ; otherwise use destination in header
14101410
ld h, (ix + 14) ; and load code at addr. saved from

0 commit comments

Comments
 (0)