]> git.sur5r.net Git - cc65/commitdiff
Small optimization in apple2 exec.s. 302/head
authorChristian Groessler <chris@groessler.org>
Mon, 30 May 2016 12:16:37 +0000 (14:16 +0200)
committerChristian Groessler <chris@groessler.org>
Mon, 30 May 2016 12:16:37 +0000 (14:16 +0200)
libsrc/apple2/exec.s

index d24de604c668bb66d58ce872138ee7ed8f2d52ab..429afef5481a78526238427f1a8b96d70e1e0db5 100644 (file)
@@ -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