Skip to content

Commit 9094a4c

Browse files
committed
test: update tests
1 parent e2539c2 commit 9094a4c

80 files changed

Lines changed: 81 additions & 79 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tests/functional/astore16.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ TABLE:
604604
#line 67 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
605605
__REFRESH_TMP:
606606
ld a, (hl)
607-
and 10101010b
607+
and 0b10101010
608608
ld c, a
609609
rra
610610
or c

tests/functional/attr.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ __SET_ATTR_MODE: ; Another entry to set print modes. A contains (P_FLAG)
8383
#line 67 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
8484
__REFRESH_TMP:
8585
ld a, (hl)
86-
and 10101010b
86+
and 0b10101010
8787
ld c, a
8888
rra
8989
or c

tests/functional/attr_in_subs.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ __SET_ATTR_MODE: ; Another entry to set print modes. A contains (P_FLAG)
189189
#line 67 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
190190
__REFRESH_TMP:
191191
ld a, (hl)
192-
and 10101010b
192+
and 0b10101010
193193
ld c, a
194194
rra
195195
or c

tests/functional/code00.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ __SET_ATTR_MODE: ; Another entry to set print modes. A contains (P_FLAG)
657657
#line 67 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
658658
__REFRESH_TMP:
659659
ld a, (hl)
660-
and 10101010b
660+
and 0b10101010
661661
ld c, a
662662
rra
663663
or c

tests/functional/code01.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ __SET_ATTR_MODE: ; Another entry to set print modes. A contains (P_FLAG)
657657
#line 67 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
658658
__REFRESH_TMP:
659659
ld a, (hl)
660-
and 10101010b
660+
and 0b10101010
661661
ld c, a
662662
rra
663663
or c

tests/functional/code02.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ __SET_ATTR_MODE: ; Another entry to set print modes. A contains (P_FLAG)
657657
#line 67 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
658658
__REFRESH_TMP:
659659
ld a, (hl)
660-
and 10101010b
660+
and 0b10101010
661661
ld c, a
662662
rra
663663
or c

tests/functional/coercion3.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ __SET_ATTR_MODE: ; Another entry to set print modes. A contains (P_FLAG)
8282
#line 67 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
8383
__REFRESH_TMP:
8484
ld a, (hl)
85-
and 10101010b
85+
and 0b10101010
8686
ld c, a
8787
rra
8888
or c

tests/functional/einarattr.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ TABLE:
10261026
#line 67 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
10271027
__REFRESH_TMP:
10281028
ld a, (hl)
1029-
and 10101010b
1029+
and 0b10101010
10301030
ld c, a
10311031
rra
10321032
or c

tests/functional/einarshift.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ TABLE:
413413
#line 67 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
414414
__REFRESH_TMP:
415415
ld a, (hl)
416-
and 10101010b
416+
and 0b10101010
417417
ld c, a
418418
rra
419419
or c

tests/functional/fact.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ TABLE:
577577
#line 67 "/zxbasic/src/arch/zx48k/library-asm/copy_attr.asm"
578578
__REFRESH_TMP:
579579
ld a, (hl)
580-
and 10101010b
580+
and 0b10101010
581581
ld c, a
582582
rra
583583
or c

0 commit comments

Comments
 (0)