2000-05-28 13:40:48 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 05.08.1998
|
|
|
|
;
|
|
|
|
; CC65 runtime: long not equal
|
|
|
|
;
|
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.export tosneeax
|
|
|
|
.import toslcmp, boolne
|
2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
tosneeax:
|
2013-05-09 13:56:54 +02:00
|
|
|
jsr toslcmp ; Set flags
|
|
|
|
jmp boolne ; Convert to boolean
|
2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
|