]> git.sur5r.net Git - cc65/blob - libsrc/runtime/eq.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / runtime / eq.s
1 ;
2 ; Ullrich von Bassewitz, 06.08.1998
3 ;
4 ; CC65 runtime: Compare == for ints
5 ;
6
7         .export         toseq00, toseqa0, toseqax
8         .import         tosicmp, booleq
9         .importzp       sp, tmp1
10
11 toseq00:
12         lda     #$00
13 toseqa0:
14         ldx     #$00
15 toseqax:
16         jsr     tosicmp         ; Set flags
17         jmp     booleq          ; Convert to boolean