]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/lult.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / runtime / lult.s
index f13735eb1a128e4c06c4a34e9511b9117983ac06..905ff1d46aed6fc14b68cd72f7cd1d19365fe4ed 100644 (file)
@@ -4,9 +4,9 @@
 ; CC65 runtime: Compare < for long unsigneds
 ;
 
-       .export         tosulteax
-               .import         toslcmp, boolult
+        .export         tosulteax
+        .import         toslcmp, boolult
 
 tosulteax:
-               jsr     toslcmp         ; Set the flags
-       jmp     boolult         ; Convert to boolean
+        jsr     toslcmp         ; Set the flags
+        jmp     boolult         ; Convert to boolean