DOB - Macro-11 Disassembler =========================== DOB will disassemble a MACRO-11 object file, which may be a standalone file or part of an object library. The format of the command to DOB is:- DOB output-filespec=input-filespec The output-filespec contains the disassembled code and defaults to TI: if nothing is specified, and to SY:.DOB if a name is given. The input-filespec defines the object file, and defaults to SY:DISOBJ.OBJ. To disassemble a file from an object library type DOB output-filespec=library-name/LB:module-name where the library-name defaults to LB:[1,1]SYSLIB.OLB if nothing is given, and to SY:.OLB if a name is specified, and the module-name represents the name of the module within the library. An additional switch /MA will output the disassembled file in a format suitable for input into the Macro Assembler.