]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/ge.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / runtime / ge.s
index 17d4bb98b32789c68c45cd45e66887417c7d9350..5cfb829c10288e5504df16b1709c1014834cf03d 100644 (file)
@@ -4,14 +4,14 @@
 ; CC65 runtime: Compare >= for signed ints
 ;
 
-       .export         tosge00, tosgea0, tosgeax
-               .import         tosicmp, boolge
+        .export         tosge00, tosgea0, tosgeax
+        .import         tosicmp, boolge
 
 
 tosge00:
-       lda     #$00
+        lda     #$00
 tosgea0:
-       ldx     #$00
+        ldx     #$00
 tosgeax:
-       jsr     tosicmp         ; Set flags
-       jmp     boolge          ; Convert to boolean
+        jsr     tosicmp         ; Set flags
+        jmp     boolge          ; Convert to boolean