home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / pcmag / ramview.lzh / RAMVIEW.DOC < prev   
Text File  |  1988-07-22  |  2KB  |  37 lines

  1. RAMVIEW
  2. Command
  3.  
  4. Frank Dever and David Thomas                           1988 No. 14 (Utilities)
  5.  
  6.  
  7. Purpose: Provides pop-up display and string searches of RAM contents, in ASCII
  8. and hex, from within an application.
  9.  
  10. Format:«MDNM»    [d:][path]RAMVIEW
  11.     
  12. Remarks:RAMVIEW is a memory-resident utility that may be installed either at
  13. the DOS prompt or as a command in an AUTOEXEC.BAT file.  Its default hotkey is
  14. Alt-R, and it will pop up in any text mode that is at least 80-columns wide.
  15. To exit RAMVIEW and return to your application, press the Esc key.  Executing
  16. RAMVIEW a second time uninstalls the utility if no other Terminate-and-Stay
  17. Resident (TSR) programs have been loaded after it.
  18.     
  19.     RAM addresses are displayed both in absolute and in conventional
  20. segment:offset form.  The G (Goto) key is used to display the contents of
  21. memory at a specific address.  
  22.  
  23.     Pressing A or H allows entry of an ASCII or hexadecimal search string
  24. of up to 20 characters.  When using Hex entries each byte must be represented
  25. by two characters.  The bytes may be «MDNM»separated by a space.  Pressing Enter
  26. starts the search beginning at the current memory location.  To scan for the
  27. next match, press N (Next).  When no more matches are found, the address is
  28. reset to 0000:0000.
  29.  
  30.     The Up- and Down-arrow keys are used to shift the memory display by
  31. one line (16 bytes).  PgUp and PgDn move the display by a screen page (368
  32. bytes).  The Home and End keys set the memory display to the beginning and end
  33. of the 1MB address space.
  34.  
  35.     Instructions for changing the default Alt-R hotkey are contained in
  36. the article, as is a table showing the main memory areas of the PC/XT/AT.
  37.