leq.s



;
; Ullrich von Bassewitz, 05.08.1998
;
; CC65 runtime: long equal
;

	.export		toseqeax
	.import		toslcmp, booleq

toseqeax:			
     	jsr	toslcmp		; Set flags
     	jmp	booleq 	       	; Convert to boolean





Valid HTML 4.0! leq.s.html; generated on Sat Oct 13 22:41:33 2001 by ca65html
uz@cc65.org