ITOA (III)                   3/15/72                   ITOA (III)
NAME            itoa -- integer to ascii conversion
SYNOPSIS        jsr     r5,itoa; subr
DESCRIPTION     itoa will convert the number in r0 into ascii
                decimal preceded by a - sign if appropriate.  For
                each character generated by itoa, the subroutine
                subr (supplied by the caller) is called on regis-
                ter 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            --