]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/gotoy.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / cbm / gotoy.s
index 7779b54f9518ee3d9d530996eff6977ace582a38..6a7ee87bdebe9bc13efffa7187476f33977b76a9 100644 (file)
@@ -4,10 +4,10 @@
 ; void gotoy (unsigned char y);
 ;
 
-       .export         _gotoy
-       .import         plot
-       .importzp       CURS_Y
+        .export         _gotoy
+        .import         plot
+        .importzp       CURS_Y
 
-_gotoy:        sta     CURS_Y          ; Set the new position
-       jmp     plot            ; And activate it
+_gotoy: sta     CURS_Y          ; Set the new position
+        jmp     plot            ; And activate it