2000-05-28 13:40:48 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 07.08.1998
|
|
|
|
;
|
|
|
|
; CC65 runtime: Compare <= for long ints
|
|
|
|
;
|
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.export tosleeax
|
|
|
|
.import toslcmp, boolle
|
2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
tosleeax:
|
2013-05-09 13:56:54 +02:00
|
|
|
jsr toslcmp ; Set the flags
|
|
|
|
jmp boolle ; Convert to boolean
|
2000-05-28 13:40:48 +00:00
|
|
|
|