]> git.sur5r.net Git - cc65/blobdiff - libsrc/osic1p/cvline.s
Incorporated another round of feedback for pull request.
[cc65] / libsrc / osic1p / cvline.s
index c485918eecdb75735e4e878cd3960cb139d9f721..84e5a45bf10692b42292ef53b38bba0a19184363 100644 (file)
@@ -21,7 +21,7 @@ _cvline:
         cmp     #0              ; Is the length zero?
         beq     L9              ; Jump if done
         sta     tmp1
-L1:     lda     #$95             ; Vertical bar
+L1:     lda     #$95            ; Vertical bar
         jsr     putchar         ; Write, no cursor advance
         jsr     newline         ; Advance cursor to next line
         dec     tmp1