.th FTOO III 1/15/73 .sh NAME ftoo \*- floating to octal conversion .sh SYNOPSIS .ft B jsr r5,ftoo; subr .ft R .sh DESCRIPTION .it ftoo will convert the floating point number in fr0 into ascii in the conventional octal form .s3 000000;000000;000000;000000 .s3 For each character generated by ftoo, the subroutine .it subr (supplied by the caller) is called on register r5 with the character in r0. .s3 The \fIsubr\fR must not disturb any registers.