1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-19 16:24:46 +00:00

Merge pull request #302 from groessler/something_to_pull

Small optimization in apple2 exec.s.
This commit is contained in:
Oliver Schmidt 2016-05-30 14:29:56 +02:00
commit 37ad190820

View File

@ -233,11 +233,10 @@ source: jsr $BF00
system: lda $2000 system: lda $2000
cmp #$4C cmp #$4C
bne jump bne jump
lda $2003 lda #$EE
cmp #$EE cmp $2003
bne jump bne jump
lda $2004 cmp $2004
cmp #$EE
bne jump bne jump
; Store cmdline in startup filename buffer ; Store cmdline in startup filename buffer