Skip to content

Commit 3996372

Browse files
committed
refact: use new binary format
1 parent 9094a4c commit 3996372

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/arch/zx48k/library-asm/copy_attr.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ TABLE:
6767

6868
__REFRESH_TMP:
6969
ld a, (hl)
70-
and 10101010b
70+
and 0b10101010
7171
ld c, a
7272
rra
7373
or c

src/arch/zxnext/library-asm/copy_attr.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ TABLE:
6767

6868
__REFRESH_TMP:
6969
ld a, (hl)
70-
and 10101010b
70+
and 0b10101010
7171
ld c, a
7272
rra
7373
or c

0 commit comments

Comments
 (0)