]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/gotox.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / atari / gotox.s
index 385eead2b0b46e73dad11e3bbed639673693dc8e..d849bc71a27deec8e4a21bedae71b92d139f01fd 100644 (file)
@@ -4,12 +4,12 @@
 ; void gotox (unsigned char x);
 ;
 
-       .include        "atari.inc"
-       .export         _gotox
-       .import         setcursor
+        .include        "atari.inc"
+        .export         _gotox
+        .import         setcursor
 
 _gotox:
-       sta     COLCRS          ; Set X
-       lda     #0
-       sta     COLCRS+1
-       jmp     setcursor
+        sta     COLCRS          ; Set X
+        lda     #0
+        sta     COLCRS+1
+        jmp     setcursor