]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/aslax1.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / runtime / aslax1.s
index eddb5272a47fea7df280077d507b9d4f10315c47..14f0be3cc33b9d3ac7e5121d8f5f14847e7594fd 100644 (file)
@@ -4,14 +4,14 @@
 ; CC65 runtime: Scale the primary register
 ;
 
-               .export         aslax1, shlax1
-       .importzp       tmp1
-                           
+        .export         aslax1, shlax1
+        .importzp       tmp1
+                            
 aslax1:
-shlax1: stx    tmp1
-       asl     A
-       rol     tmp1
-       ldx     tmp1
-       rts
+shlax1: stx     tmp1
+        asl     A
+        rol     tmp1
+        ldx     tmp1
+        rts