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