3/15/72                                                FTOA (III)





NAME            ftoa -- floating to ascii conversion



SYNOPSIS        jsr     r5,ftoa; subr



DESCRIPTION     ftoa will convert the floating point number in

                fr0 into ascii in the form [-]d.dddddddde[-]dd*.

                The floating point simulator shouldbe active in

                either floating or double mode, but in single in-

                teger mode.  For each character generated by

                ftoa, the subroutine subr is called on register

                r5 with the character in r0.



FILES           kept in /usr/lib/liba.a



SEE ALSO        fptrap(III)



DIAGNOSTICS     --



BUGS            The subroutine subr should not disturb any regis-

                ters.



OWNER           ken