]> git.sur5r.net Git - cc65/commitdiff
Minor adjustment to recent change.
authorOliver Schmidt <ol.sc@web.de>
Mon, 30 May 2016 12:31:53 +0000 (14:31 +0200)
committerOliver Schmidt <ol.sc@web.de>
Mon, 30 May 2016 12:31:53 +0000 (14:31 +0200)
libsrc/apple2/exec.s

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