]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/aslax2.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / runtime / aslax2.s
index e6e56b0d0697bd9e6b07577f0b1905e2a5669b1a..79495e3e2dea508a7ba016e0097c6b84f6fbad61 100644 (file)
@@ -4,15 +4,15 @@
 ; CC65 runtime: Scale the primary register by 4
 ;
 
-               .export         aslax2, shlax2
-       .importzp       tmp1
+        .export         aslax2, shlax2
+        .importzp       tmp1
 
 aslax2:
-shlax2:        stx     tmp1
-               asl     a
-               rol     tmp1
-               asl     a
-               rol     tmp1
-               ldx     tmp1
-               rts
+shlax2: stx     tmp1
+        asl     a
+        rol     tmp1
+        asl     a
+        rol     tmp1
+        ldx     tmp1
+        rts