]> git.sur5r.net Git - cc65/commitdiff
Minor beautification.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 26 Jan 2011 21:37:42 +0000 (21:37 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 26 Jan 2011 21:37:42 +0000 (21:37 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4922 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/apple2/crt0.s

index 53b8043ca3f8ae312dbd1afcb71bdefeb309a182..83daf07406fcb4563b15243d23a77f8961666f72 100644 (file)
@@ -167,8 +167,8 @@ init:   ldx     #zpspace-1
         bne     basic
         
         ; Check ProDOS system bit map
-        lda     $BF6F           ; protection for pages $B8 - $BF
-        cmp     #%00000001      ; exactly system global page is protected
+        lda     $BF6F           ; Protection for pages $B8 - $BF
+        cmp     #%00000001      ; Exactly system global page is protected
         bne     basic
 
         ; No BASIC.SYSTEM so quit to ProDOS dispatcher instead