]> git.sur5r.net Git - cc65/blobdiff - libsrc/vic20/cgetc.s
libsrc/atari/getdefdev.s: small optimization and fix a typo
[cc65] / libsrc / vic20 / cgetc.s
index 05f2f68dc0d9c916432f18cca4100984a7c97846..d5af9a9f602637bea22cb98993dab47f64f1e743 100644 (file)
@@ -40,8 +40,7 @@ L3:     jsr     KBDREAD         ; Read char and return in A
         bne     seton           ; Go set it on
         lda     CURS_FLAG       ; Is the cursor currently off?
         bne     crs9            ; Jump if yes
-        inx                     ; X is now 1 
-        stx     CURS_FLAG       ; Mark it as off
+        inc     CURS_FLAG       ; Mark it as off
         lda     CURS_STATE      ; Cursor currently displayed?
         beq     crs8            ; Jump if no
         ldy     CURS_X          ; Get the character column