poke.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <html>
  2. <head>
  3. <title>Poke Tool</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1><img align="center" src="../../../../en/icons/poke.gif" width="32" height="32">
  7. <em>Poke Tool</em></h1>
  8. <p><table>
  9. <tr><td><strong>Library:</strong></td>
  10. <td><a href="index.html">Base</a></td></tr>
  11. <tr><td><strong>Introduced:</strong></td>
  12. <td>2.0 Beta 1</td></tr>
  13. </table></p>
  14. <h2>Behavior</h2>
  15. <p>The Poke Tool is for manipulating the current values associated with
  16. components. The precise behavior of the Poke Tool varies depending on
  17. which component is clicked; this behavior is documented in the `Poke
  18. Tool Behavior' section of each individual component.
  19. The following components all have support for the Poke Tool.</p>
  20. <blockquote><table>
  21. <tr><td valign="top"><strong>Base library</strong></td>
  22. <td><a href="pin.html">Pin</a>
  23. <br><a href="clock.html">Clock</a></td></tr>
  24. <tr><td valign="top"><strong>Memory library</strong></td>
  25. <td><a href="../mem/flipflops.html">D/T/J-K/S-R Flip-Flop</a>
  26. <br><a href="../mem/register.html">Register</a>
  27. <br><a href="../mem/counter.html">Counter</a>
  28. <br><a href="../mem/shiftreg.html">Shift Register</a>
  29. <br><a href="../mem/ram.html">RAM</a>
  30. <br><a href="../mem/rom.html">ROM</a></td></tr>
  31. <tr><td valign="top"><strong>Input/Output library</strong></td>
  32. <td><a href="../io/button.html">Button</a>
  33. <br><a href="../io/joystick.html">Joystick</a>
  34. <br><a href="../io/keyboard.html">Keyboard</a></td></tr>
  35. </table></blockquote>
  36. <p>Also, clicking a wire segment using the Poke tool displays the value
  37. currently carried by the wire, as described on the <a
  38. href="wiring.html">Wiring Tool's page</a>.</p>
  39. <h2>Attributes</h2>
  40. <p>None. Clicking on a component supporting the Poke Tool, though, will
  41. display that component's attributes.</p>
  42. <p><a href="../index.html">Back to <em>Library Reference</em></a></p>
  43. </body>
  44. </html>