hex.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <html>
  2. <head>
  3. <title>Hex editor</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1>Hex editor</h1>
  7. <p>Logisim includes an integrated hex editor for viewing and editing
  8. the contents of memory. To access it, bring up a pop-up menu for
  9. the memory component and select Edit Contents....
  10. For ROM components, which have the memory contents as part of the
  11. attribute value, you can alternatively access the hex editor by
  12. clicking the corresponding attribute value.</p>
  13. <center><img src="../../../../en/img-guide/mem-hex.png" width="414" height="157"></center>
  14. <p>The numbers in italics at left display memory addresses,
  15. written in hexadecimal. The other numbers display values
  16. starting from that memory address; the hex editor may display
  17. four, eight, or sixteen values per line, depending on what fits
  18. in the window. To help with counting, each group of four values
  19. has a larger space between.</p>
  20. <p>You can navigate through memory using the scroll bar or
  21. using the keyboard (the arrow keys, home, end, page up, and
  22. page down). Typing hexadecimal characters will alter the
  23. currently selected value.</p>
  24. <p>You can select a range of values by dragging the mouse,
  25. shift-clicking the mouse, or navigating through memory with
  26. the keyboard while depressing the shift key. Values may be
  27. copied and pasted using the Edit menu; the clipboard can also be
  28. transferred into other applications.</p>
  29. <p><strong>Next:</strong> <em><a href="../index.html"><em>User's Guide</em></a></em>.</p>
  30. </body>
  31. </html>