]> git.sur5r.net Git - cc65/blob - luge.s
803640c65cee09175cc28e1a5f7bdef6d1ef521d
[cc65] / luge.s
1 ;
2 ; Ullrich von Bassewitz, 10.12.1998
3 ;
4 ; CC65 runtime: Compare >= for long unsigneds
5 ;
6
7         .export         tosugeeax
8         .import         lcmp, booluge
9
10 tosugeeax:                  
11         jsr     lcmp            ; Set the flags
12         jmp     booluge         ; Convert to boolean
13