]> git.sur5r.net Git - cc65/blob - libsrc/runtime/lule.s
fsetpos.o fgetpos.o rewind.o fseek.o ftell.o: new object files
[cc65] / libsrc / runtime / lule.s
1 ;
2 ; Ullrich von Bassewitz, 10.12.1998
3 ;
4 ; CC65 runtime: Compare <= for long unsigneds
5 ;
6
7         .export         tosuleeax
8         .import         lcmp, boolule
9
10 tosuleeax:
11         jsr     lcmp            ; Set the flags
12         jmp     boolule         ; Convert to boolean
13