Skip to content

Commit

Permalink
add minor opt suggestion from Fulgen301 on PR#378
Browse files Browse the repository at this point in the history
  • Loading branch information
mooinglemur committed Jan 21, 2025
1 parent 50cf4c4 commit cd8cde5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kernal/cbm/channel/load.s
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,14 @@ bld11:
ldx eal
ldy eah
cpy #$9d
bcc @cont
bcc @cont2
cpy #$a0
bcs @cont
jmp ld40
@cont
phy ;save address hi
clc
@cont2
phy ;save address hi
bld12:
lda #0 ;load as many bytes as device wants
jsr macptr
Expand Down

0 comments on commit cd8cde5

Please sign in to comment.