1
0

sim0011.html 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. <HTML>
  2. <HEAD>
  3. <META NAME="Generator" CONTENT="Corel WordPerfect 8">
  4. <TITLE>Memory Display</TITLE>
  5. </HEAD>
  6. <BODY TEXT="#000000" LINK="#0000ff" VLINK="#551a8b" ALINK="#ff0000" BGCOLOR="#ffffff">
  7. <H1>Memory Display</H1>
  8. <P><img src="mem.gif" width="546" height="209" align=right ></P>
  9. <P>The memory display provides a hexadecimal "dump" of the
  10. contents of any 64 byte range of addresses. The display is
  11. updated as necessary, however it does not get updated during
  12. the execution of a simulation. Type the desired starting location
  13. in the Address box, and hit the Enter key. The display can be
  14. refreshed at any time with the Show button. The up and down
  15. arrow keys scroll the display by line or by page. Locations
  16. which are not readable display as "??". These are locations with
  17. no assigned memory or register locations not used or nor simulated.</P>
  18. <P>Some register locations have side effects if read by a program. These side effects will not occur if the locations are displayed.</P>
  19. <P>Memory contents can be changed by selecting the digit to change and typing the new value. A red cursor indicates the digit to be
  20. changed, and the cursor will advance automatically to the next digit. Attempts to write to invalid locations are ignored, however you
  21. can write to ROM or EEPROM.</P>
  22. <P>The display row starting "Fill Start" allows filling a range of memory starting at Fill Start and ending at Fill End. Pressing the Fill
  23. button causes the range to be filed with the entered value.</P>
  24. <P>Memory can also be displayed as disassembled machine code by using the <A HREF="sim0012.html">Code Viewer</A>.</P>
  25. </BODY>
  26. </HTML>