home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / debug / dumph.lbr / DUMPH.DOC < prev   
Text File  |  1986-10-30  |  1KB  |  30 lines

  1.  
  2.                       DUMPH  --  CP/M HEX DUMP PGM
  3.  
  4.  
  5. The program "DUMPH" dumps memory to the screen.  It asks for starting
  6. and stopping addresses (in hex) and upon completion of the second
  7. address it immediately starts dumping to the screen.
  8.  
  9. It inserts a blank line at the beginning of each new sector.  It
  10. displays 16 bytes per line separated into two groups of 8 each.
  11.  
  12. While running, typing an "escape" character will allow the current line
  13. to finish and then abort back to a restart.  A "space" will pause during
  14. the display.  Another "space" character will resume the display.
  15.  
  16. A Control-C will terminate the program.  If the program is running you
  17. must use an "escape" or "space" character to stop it.  The Control-C
  18. will then terminate the program.
  19.  
  20. While it does not show ASCII equivalents like DDT or SID, it does allow
  21. the user to look at CCP (which DDT and SID overwrite) as well as look at
  22. the "protect address" at 0005-6-7, which SID and DDT change each time
  23. they are loaded.  This is occasionally of some value and difficult to
  24. get with other programs.
  25.  
  26.  
  27.                                  Irvin M. Hoff
  28.                                  Los Altos Hills, Ca
  29.                                  22 Sept 83
  30.