mirror of
https://github.com/cc65/cc65.git
synced 2025-02-03 22:32:24 +00:00
Merge pull request #302 from groessler/something_to_pull
Small optimization in apple2 exec.s.
This commit is contained in:
commit
37ad190820
@ -233,11 +233,10 @@ source: jsr $BF00
|
||||
system: lda $2000
|
||||
cmp #$4C
|
||||
bne jump
|
||||
lda $2003
|
||||
cmp #$EE
|
||||
lda #$EE
|
||||
cmp $2003
|
||||
bne jump
|
||||
lda $2004
|
||||
cmp #$EE
|
||||
cmp $2004
|
||||
bne jump
|
||||
|
||||
; Store cmdline in startup filename buffer
|
||||
|
Loading…
x
Reference in New Issue
Block a user