From: Oliver Schmidt 
Date: Mon, 30 May 2016 12:31:53 +0000 (+0200)
Subject: Minor adjustment to recent change.
X-Git-Tag: V2.16~136
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b979fb5763d44917b00d35a56bcb335ef58d5100;p=cc65
Minor adjustment to recent change.
---
diff --git a/libsrc/apple2/exec.s b/libsrc/apple2/exec.s
index 429afef54..c0cd98650 100644
--- a/libsrc/apple2/exec.s
+++ b/libsrc/apple2/exec.s
@@ -230,8 +230,8 @@ source: jsr     $BF00
         ; Check for startup filename support
         ; ProDOS TechRefMan, chapter 5.1.5.1:
         ; "$2000 is a jump instruction. $2003 and $2004 are $EE."
-system: lda     $2000
-        cmp     #$4C
+system: lda     #$4C
+        cmp     $2000
         bne     jump
         lda     #$EE
         cmp     $2003