home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / FFB.ZIP / FFUTILS.ARC / CURLEY.ARC / CURLEY.TXT next >
Encoding:
Text File  |  1987-11-21  |  594 b   |  19 lines

  1. CURLEY.TXT      An 8086 disassembler written by Charles Curley.
  2.  
  3.         DISASSEM.SEQ
  4.  
  5.           A 8086 disassembler.  This disassembler is patched into
  6.         SEE, so all you have to do is type:
  7.  
  8.                 SEE <a_code_word> <enter>
  9.  
  10.           You will see a line of Assembly code.  Continuing to press
  11.         <enter> after each line shows additional instructions. Press
  12.         ESC to terminate disassembly.
  13.  
  14.           You can also disassemble from an address:
  15.  
  16.                 <addr> DISASSEM <enter>
  17.  
  18.           The disassembler displays Postfix notation ala F83.
  19.