]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/push6.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / runtime / push6.s
index 7355aeada732c0eb889d05400ff8b1bb822c2712..0e4e9d3405c943a37f01f55dade963017b8a2407 100644 (file)
@@ -4,15 +4,15 @@
 ; CC65 runtime: Push (int)6 onto the stack
 ;
 
-               .export         push6
-       .import         pusha0
+        .export         push6
+        .import         pusha0
 
 ; Beware: The optimizer knows about this function!
 
-.proc  push6
+.proc   push6
 
-       lda     #6
-       jmp     pusha0
+        lda     #6
+        jmp     pusha0
 
 .endproc