From: Christian Groessler Date: Mon, 30 May 2016 12:16:37 +0000 (+0200) Subject: Small optimization in apple2 exec.s. X-Git-Tag: V2.16~137^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a6c306500a79120fb8398b6512bcf46065fc1c42;p=cc65 Small optimization in apple2 exec.s. --- diff --git a/libsrc/apple2/exec.s b/libsrc/apple2/exec.s index d24de604c..429afef54 100644 --- a/libsrc/apple2/exec.s +++ b/libsrc/apple2/exec.s @@ -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