 Name:  	UNMACRO   Author:  	Robert Thomas Chojnacki% 	Center for Manufacturing Engineering  	Northwestern University 	chojnacki@vaxmfg.tech.nwu.edu   Operating System:  	VAX/VMS   Source 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 each G 	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 the C 	SAVE and UNSAVE instructions.  Features include automatic labeling F 	(for JMP, BR, etc. instructions), automatic .ENTRY (for CALLG, CALLS,G 	transfer address); ability to write the disassembled code to a file; a F 	"DISASSEMBLE UNTIL" that allows disassembly until a data byte, end ofG 	the image, or until a specified PC; ability to display any part of the B 	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. 