]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/shr.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / runtime / shr.s
index edc5f871c7a3d735e5557e7ad7fa5c4e4b6f9e5f..55b15bd2969ba6132fe3f3c0d5c02e29bbb4695e 100644 (file)
@@ -11,9 +11,9 @@
 ;
 
 
-       .export         tosshrax, shraxy
-       .import         popax
-       .importzp       tmp1
+        .export         tosshrax, shraxy
+        .import         popax
+        .importzp       tmp1
 
 tosshrax:
         sta     tmp1            ; Save shift count
@@ -65,11 +65,11 @@ L4:     adc     #8              ; Correct counter
 L5:     lsr     tmp1
         ror     a
         dey
-               bne     L5
+        bne     L5
 
 ; Done with shift
 
-        ldx    tmp1
+        ldx     tmp1
         rts