Skip to content

Commit

Permalink
Merge pull request #139 from ivop/master
Browse files Browse the repository at this point in the history
Slightly shorter and faster code.
  • Loading branch information
davidgiven authored May 3, 2024
2 parents e0f9a12 + 6ff7dc7 commit fa69936
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/adm3adrv.S
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,13 @@ advance_position:
do_rubout:
dec xpos
lda xpos
cmp #$ff
zif_eq
zif_mi
ldx width
dex
stx xpos
dec ypos
lda ypos
cmp #$ff
zif_eq
zif_mi
inc ypos
lda #0
sta xpos
Expand Down

0 comments on commit fa69936

Please sign in to comment.