home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / DISASM / DISREL.LBR / DISREL.DOC < prev   
Text File  |  2000-06-30  |  1KB  |  41 lines

  1.  
  2.                    *** DISREL.COM ***
  3.  
  4.                     Pierre R. Schwob
  5.               PRS-Program, Research & Software Corp.
  6.                257 Central Park West, NY NY 10024
  7.                      (212) 787-1526
  8.  
  9.                 10/8/84
  10.  
  11. DISREL.COM is a .REL file disassembler based on RELDUMP.COM by Ron Fowler.
  12.  
  13. It performs a two pass disassembly of .REL files (Microsoft/DRI format)
  14. both in 8080 and Z80 opcodes with labeled entry-points.
  15.  
  16. 8080 opcodes are given in upper-case mnemonics, in Intel format.
  17. Z80 opcodes are given in lower-case mnemonics, in Zilog format.
  18.  
  19. Have fun disassembling the libraries attached to the various Microsoft
  20. and DRI languages!
  21.  
  22. - Indexed Relocatable Files:
  23. When you need to disassemble a .IRL file, use DDT to remove the
  24. first few sectors used for the indexes and move the rest down to
  25. 100H; save it as a .REL file and then use DISREL.
  26.  
  27. - Syntax:
  28. Use the following command line:
  29.  
  30. DISREL [Drive:]Filename[.Ext]<CR>     (The default extension is .REL)
  31.  
  32. Example:
  33.         DISREL OBSLIB<CR>
  34.         DISREL B:PASLIB.ERL<CR>
  35.  
  36. The documentation on the .REL file format can be found in the
  37. Microsoft and DRI manuals.
  38.  
  39. Good luck!
  40. Pierre Schwob
  41.