]> git.sur5r.net Git - cc65/blob - libsrc/runtime/lle.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / runtime / lle.s
1 ;
2 ; Ullrich von Bassewitz, 07.08.1998
3 ;
4 ; CC65 runtime: Compare <= for long ints
5 ;
6
7         .export         tosleeax
8         .import         toslcmp, boolle
9
10 tosleeax:
11         jsr     toslcmp         ; Set the flags
12         jmp     boolle          ; Convert to boolean
13