]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/ult.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / runtime / ult.s
index d2895d08d9db1f06d50b1f074fea1d9a597c9ccd..34df73262a2f59aa882a86c6c77843651b8f89bd 100644 (file)
@@ -4,15 +4,15 @@
 ; CC65 runtime: Compare < for unsigned ints
 ;
 
-               .export         tosult00, tosulta0, tosultax
-       .import         tosicmp, boolult, return0
+        .export         tosult00, tosulta0, tosultax
+        .import         tosicmp, boolult, return0
 
 
-tosult00       = return0       ; This is always false
+tosult00        = return0       ; This is always false
 
 tosulta0:
-       ldx     #$00
+        ldx     #$00
 tosultax:
-       jsr     tosicmp         ; Set flags
-       jmp     boolult         ; Convert to boolean
+        jsr     tosicmp         ; Set flags
+        jmp     boolult         ; Convert to boolean