index.html 913 B

123456789101112131415161718192021222324252627282930
  1. <html>
  2. <head>
  3. <title>Memory components</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1>Memory components</h1>
  7. <p>The RAM and ROM components are two of the more useful
  8. components in Logisim's built-in libraries. However, because
  9. of the volume of information they can store, they are also two
  10. of the most complex components.</p>
  11. <p>Documentation about how they work within a circuit can
  12. be found on the <a href="../../libs/mem/ram.html">RAM</a> and
  13. <a href="../../libs/mem/rom.html">ROM</a> pages of the
  14. <em>Library Reference</em>. This section of the <em>User's
  15. Guide</em> explains the interface allowing the user to view
  16. and edit memory contents.</p>
  17. <blockquote><a href="poke.html">Poking memory</a>
  18. <br><a href="menu.html">Pop-up menus and files</a>
  19. <br><a href="hex.html">Logisim's integrated hex editor</a>
  20. </blockquote>
  21. <p><strong>Next:</strong> <a href="poke.html">Poking memory</a>.</p>
  22. </body>
  23. </html>