]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/eq.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / runtime / eq.s
index 28e52055efa45250d7751d7a7c6285ab5fbb02eb..c2a537a356259f88ffb5a1d1b6963cddcfb12bb7 100644 (file)
@@ -4,14 +4,14 @@
 ; CC65 runtime: Compare == for ints
 ;
 
-       .export         toseq00, toseqa0, toseqax
-       .import         tosicmp, booleq
-       .importzp       sp, tmp1
+        .export         toseq00, toseqa0, toseqax
+        .import         tosicmp, booleq
+        .importzp       sp, tmp1
 
 toseq00:
-       lda     #$00
+        lda     #$00
 toseqa0:
-       ldx     #$00
+        ldx     #$00
 toseqax:
-       jsr     tosicmp         ; Set flags
-       jmp     booleq          ; Convert to boolean
+        jsr     tosicmp         ; Set flags
+        jmp     booleq          ; Convert to boolean