FTOO (III) 1/15/73 FTOO (III)
NAME ftoo -- floating to octal conversion
SYNOPSIS jsr r5,ftoo; subr
DESCRIPTION ftoo wil convert the floating point number in fr0
into ascii in the conventional octal form
000000;000000;000000;000000
For each character generated by ftoo, the subrou-
tine subr (supplied by the caller) is called on
register r5 with the character in r0.
The subroutine subr must not disturb any regis-
ters.
FILES kept in /lib/liba.a
SEE ALSO --
DIAGNOSTICS --
BUGS --