home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / sampler0 / mem.doc < prev    next >
Text File  |  1987-07-07  |  2KB  |  55 lines

  1. MEM.COM, written July, 1987, by Doug Cox in 8088
  2.  
  3. Look at memory (up to 1 meg) on an IBM PC compatible with a monochrome or 
  4. color graphics adaptor screen.
  5.  
  6. Includes the capability to jump to an address, and to find a string of
  7. characters.
  8.  
  9. Press ESC to quit
  10.  
  11. Press '?' for help screen
  12.  
  13. Cursor location (in hexadecimal) and contents are shown at the top of the screen
  14.  
  15. Arrow keys move the cursor
  16. Ctrl-Left/Right Arrow keys move the cursor 10 spaces left/right
  17.  
  18. Toggle Scroll Lock ON to scroll screen with Up & Down Arrow keys
  19.  
  20. Press Home to go to left side of screen
  21.  
  22. Press End to go to right side of screen
  23.  
  24. Press Ctrl-Home to go to the top of screen
  25.  
  26. Press Ctrl-End to go to the bottom of screen
  27.  
  28. Press PgUp to go to previous screen
  29.  
  30. Press PgDn to go to next screen
  31.  
  32. Press Ctrl-PgUp to go to beginning of memory
  33.  
  34. Press Ctrl-PgDn to go to end of memory
  35.  
  36. Press Ctrl-F to find a string of up to 8 characters
  37. (beginning from the beginning of memory)
  38.  
  39. (use the DOS capability of inputting any ASCII character by toggling Num Lock ON
  40.  and then pressing the Alt key along with the decimal number representation
  41.  of any ASCII character on the numeric key pad.  When you release the Alt key,
  42.  the graphic representation will be seen after 'Find: ' at the top of the screen
  43.  You can thus find a string of any type of character.)
  44.  
  45. Press Ctrl-L to repeat looking for that string from the current cursor location
  46.  
  47. Press Ctrl-J to jump to any memory location
  48. (input the address in hexadecimal numbers)
  49.  
  50. If you would like me to make any changes (like eliminating any screen flicker
  51. when you scroll the screen), you can contact me by modem on the SIGSIG BBS at
  52. (415)968-7369, or at home (415)949-0624, or by mail at 140 Monroe Dr, Palo Alto,
  53. Ca, 94306.  Doug Cox
  54.  
  55.