]> git.sur5r.net Git - cc65/commitdiff
Minor comment adjustment.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 8 Jan 2010 22:24:38 +0000 (22:24 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 8 Jan 2010 22:24:38 +0000 (22:24 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4544 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/apple2/apple2-280-192-8.s

index 1ee3780f12f0e25833dd88ac5a06bfca82581b2f..97a7014e088c57f1fe577de7caf30a33f81b064c 100644 (file)
@@ -215,12 +215,12 @@ CONTROL:
        ; Check data msb and code to be 0
        ora     ptr1+1
        bne     err
-       
+
        ; Check data lsb to be [0..1]
        lda     ptr1
        cmp     #1+1
        bcs     err
-       
+
        ; Set text window top
        tax
        beq     :+
@@ -230,10 +230,11 @@ CONTROL:
        ; Switch 4 lines of text
        .assert MIXCLR + 1 = MIXSET, error
        lda     MIXCLR,x        ; No BIT absolute,X available
-       
+
+       ; Done, reset the error code
        lda     #TGI_ERR_OK
        beq     :+              ; Branch always
-       
+
        ; Done, set the error code
 err:   lda     #TGI_ERR_INV_ARG
 :      sta     ERROR