]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/memory/doublepop.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / memory / doublepop.s
index f5fdb548cb12ae79eee12e4241c2b6781ddd1395..7e1f2ece99a2c364e2c96aace30a25f8d20e3ced 100644 (file)
@@ -3,15 +3,15 @@
 ;
 ; 31.12.99
 
-           .import popax
-           .export DoublePop
+            .import popax
+            .export DoublePop
 
-           .include "geossym.inc"
+            .include "geossym.inc"
 
 DoublePop:
-       sta r0L
-       stx r0H
-       jsr popax
-       sta r1L
-       stx r1H
-       rts
+        sta r0L
+        stx r0H
+        jsr popax
+        sta r1L
+        stx r1H
+        rts