]> git.sur5r.net Git - cc65/blob - lult.s
85b8b9ab93f1611106df8d5a362ddc1c3b5b4e39
[cc65] / lult.s
1 ;
2 ; Ullrich von Bassewitz, 10.12.1998
3 ;
4 ; CC65 runtime: Compare < for long unsigneds
5 ;
6
7         .export         tosulteax
8         .import         lcmp, boolult
9
10 tosulteax:                  
11         jsr     lcmp            ; Set the flags
12         jmp     boolult         ; Convert to boolean