lne.s



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

	.export		tosneeax
	.import		toslcmp, boolne

tosneeax:
	jsr	toslcmp	   	; Set flags
	jmp	boolne		; Convert to boolean




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