
		;   SPA_FLT.A
		;
		;   D0	integer arg
		;   result float in D0
		;
		;   (c)Copyright 1990, Matthew Dillon, All Rights Reserved

		section text,code

		xref	_MathIeeeSingBasBase
		xref	_LVOIEEESPFlt
		xdef	__spflt_a

__spflt_a	move.l	A6,-(sp)
		move.l	_MathIeeeSingBasBase(A4),A6
		jsr	_LVOIEEESPFlt(A6)
		move.l	(sp)+,A6
		rts

		END

