home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / d.lbr / DUMP.HZP / DUMP.HLP
Encoding:
Text File  |  1991-11-18  |  1.3 KB  |  40 lines

  1. ;
  2.                                  DUMP.COM                                     
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                3k (24)   9ED4  1.3        Dennis Wright            Z3COM2
  6.  
  7.   1- Syntax  2- Examples of Use                                               
  8.  
  9.  
  10.  
  11.    DUMP  is  a  screen-oriented file display program showing both in  HEX  and 
  12. ASCII.  Trailing  options permit line addresses relative to 100  hex,  sending 
  13. display to printer, pause after declared number of sectors are shown.  
  14. :1
  15.  
  16.  
  17.    Syntax:  DUMP du:fn 
  18.  
  19.         or  DUMP du:fn /ooo...
  20.  
  21.   Options:
  22.             L   <-- send output to list device
  23.            Pn   <-- pause after displaying 'n' sectors.  If the L option 
  24.                       is also specified, send form feed after printing
  25.                       'n' sectors
  26.             M   <-- display hex/ascii data but with memory relative
  27.                       address starting at 100h
  28. :2
  29.  
  30.  
  31.  
  32. Examples of Use:
  33.  
  34.    a. 'DUMP  fn.ft /p2m<cr>' 
  35.          
  36.       - displays 2 sectors (a screen full) showing the addresses starting 
  37.         at 100h.
  38. ecord
  39.             2:  +D            <-- display next record
  40.             3:  -8D           <-- back up 8 records and d