Skip to content

Commit

Permalink
Avoid zelse and save some bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardocasino committed Jan 19, 2025
1 parent 38c50b9 commit 3c43d9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/ccp.S
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,10 @@ zproc entry_DIR
cmp #$00
zif_eq
ldy userfcb
zif_eq
dey
tya
zif_mi
jsr bdos_GETDRIVE
zelse
dey
tya
zendif
clc
adc #'A'
Expand Down

0 comments on commit 3c43d9c

Please sign in to comment.