]> git.sur5r.net Git - cc65/blob - libsrc/runtime/llt.s
Added a comment about the first entry being the default entry. Not sure if
[cc65] / libsrc / runtime / llt.s
1 ;
2 ; Ullrich von Bassewitz, 07.08.1998
3 ;
4 ; CC65 runtime: Compare < for long ints
5 ;
6
7         .export         toslteax
8         .import         toslcmp, boollt
9
10 toslteax:
11         jsr     toslcmp         ; Set the flags
12         jmp     boollt          ; Convert to boolean