]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/shrax4.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / runtime / shrax4.s
index 46589e2b1e5c3e8ba70dfccdccd16a98494ff06b..730e337296265ac6cc77b6120f56a7b4e84e8cda 100644 (file)
@@ -4,19 +4,19 @@
 ; CC65 runtime: Scale the primary register by 16
 ;
 
-       .export         shrax4
-       .importzp       tmp1
+        .export         shrax4
+        .importzp       tmp1
 
-shrax4: stx    tmp1
-       lsr     tmp1
-       ror     a
-       lsr     tmp1
-       ror     a
-       lsr     tmp1
-       ror     a
-       lsr     tmp1
-       ror     a
-       ldx     tmp1
-       rts
+shrax4: stx     tmp1
+        lsr     tmp1
+        ror     a
+        lsr     tmp1
+        ror     a
+        lsr     tmp1
+        ror     a
+        lsr     tmp1
+        ror     a
+        ldx     tmp1
+        rts