*command
**
PDPDISASM command
Form:           PDPDISASM  "FROM/A,TO/K,OPT/A"
Purpose:        To disassemble a PDP11 program generated by the BCPL
                compiler.
Authors:        BJK ?
Specification:
       The FROM file must contain a program in hex form as generated by
    the /O option of the BCPL compiler.  DA outputs the corresponding
    disassembly to the TO stream, or to the current output stream if TO
    is absent.
Example:        BCPL ABC-S TO T OPT /O
                PDPDISASM T


