:UNMACRO, Programming, OpenVMS VAX Interactive DisassemblerName: UNMACROAuthor: Robert Thomas Chojnacki% Center for Manufacturing Engineering Northwestern University chojnacki@vaxmfg.tech.nwu.eduOperating System: VAX/VMSSource Language: VAX C Keywords: Disassemblers Abstract:. Please also read INSTALL.DOC and UNMACRO.DOC.E UNMACRO is an interactive disassembler that keeps track of what eachG byte of the program is (i.e. an instruction, .ENTRY, .QUAD, etcetera).E You may leave a session and continue where you left off later by theC SAVE and UNSAVE instructions. Features include automatic labelingF (for JMP, BR, etc. instructions), automatic .ENTRY (for CALLG, CALLS,G transfer address); ability to write the disassembled code to a file; aF "DISASSEMBLE UNTIL" that allows disassembly until a data byte, end ofG the image, or until a specified PC; ability to display any part of theB image in DUMP format, ability to display the image header in DUMPF format; easily jump from one part of the image to another; SEARCH the@ image for a byte string; displays important information such asD transfer addresses, image base, etcetera. Also knows the P1 systemF vectors. User defineable symbols for CALLx instructions is included.F Commands may be abbreviated and the user may specify that there is no7 image header, as in the case of boot blocks, etcetera.G UNMACRO is not finished but functional. Unfinished parts include most; of the .ASCIx directives. A help-format file is included.