]> git.sur5r.net Git - cc65/blob - libsrc/runtime/lge.s
cfg/atari-xex.cfg: fix typo in comment
[cc65] / libsrc / runtime / lge.s
1 ;
2 ; Ullrich von Bassewitz, 07.08.1998
3 ;
4 ; CC65 runtime: Compare >= for long ints
5 ;
6
7         .export         tosgeeax
8         .import         toslcmp, boolge
9
10 tosgeeax:
11         jsr     toslcmp         ; Set the flags
12         jmp     boolge          ; Convert to boolean
13