]> git.sur5r.net Git - cc65/blobdiff - libsrc/c1p/gotox.s
Minor cleanup of unnecessary newlines.
[cc65] / libsrc / c1p / gotox.s
index 315e1b5eea74853c63c59cf6b674a0d1448ba1ac..fb84975d188914aaa5a0de4b76436efd1962eeac 100644 (file)
@@ -5,13 +5,9 @@
 ;
 ; void gotox (unsigned char x);
 ;
-
         .export         _gotox
         .import         plot           
         .importzp       CURS_X
 
 _gotox: sta     CURS_X          ; Set new position
         jmp     plot            ; And activate it
-
-
-