Skip to content

Commit

Permalink
better label names
Browse files Browse the repository at this point in the history
  • Loading branch information
mooinglemur committed Aug 27, 2024
1 parent defac78 commit 7c09111
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fat32/fat32.s
Original file line number Diff line number Diff line change
Expand Up @@ -3523,7 +3523,7 @@ fat32_write:
@nowrap:
cpy tmp_done
bne @loop
@end_banked_read:
@end_banked_write:
; restore temporary zero page
stx bank_save
pla
Expand All @@ -3534,7 +3534,7 @@ fat32_write:
@816_9f_page:
; early exit
cpy tmp_done
beq @end_banked_read
beq @end_banked_write
; in order to avoid an indexed read from I/O space
; on the 65C816, which could have side effects, we
; resort to an alternate method here which avoids
Expand Down Expand Up @@ -3566,7 +3566,7 @@ fat32_write:
sta fat32_ptr
pla
sta fat32_ptr+1
bra @end_banked_read
bra @end_banked_write


;-----------------------------------------------------------------------------
Expand Down

0 comments on commit 7c09111

Please sign in to comment.