home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / debug / m22.lbr / M22.DOC < prev   
Text File  |  1986-04-27  |  768b  |  16 lines

  1. Eric Gans 
  2. French Dep't UCLA 
  3. Los Angeles, CA 90024
  4.  
  5. M.COM (v.2.2) dumps a page of memory at an address input from the  
  6. console or the program in both hex and ascii.  Since it is much  
  7. smaller than, say, DDT, it can be used to verify memory traces of 
  8. programs that would otherwise be overwritten.  It also allows the 
  9. user to write bytes into the memory.
  10.  
  11. [m f  will dump f00-fffh;  or type m and input the address at the 
  12. prompt; >cb will dump cb00-cbff, etc.  The point of this feature 
  13. is to take up the minimal space in the CCP buffer at CCP+7.  To 
  14. look at the next memory page, type any key; to change, ^N; to 
  15. write, ^W; to quit, <ESC>.]
  16.