]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/asrax1.s
No delimiter comment between includes and first segment.
[cc65] / libsrc / runtime / asrax1.s
index bf7646aefe31e91ff7273dccee78523e94ed3979..3f0295e632edd764b01bdad8aa16ddb257c2c388 100644 (file)
@@ -4,13 +4,13 @@
 ; CC65 runtime: Scale the primary register
 ;
 
-               .export         asrax1
-       .importzp       tmp1
+        .export         asrax1
+        .importzp       tmp1
 
-asrax1: stx    tmp1
-       cpx     #$80            ; Put bit 7 into carry
-       ror     tmp1
-       ror     a
-       ldx     tmp1
-       rts
+asrax1: stx     tmp1
+        cpx     #$80            ; Put bit 7 into carry
+        ror     tmp1
+        ror     a
+        ldx     tmp1
+        rts