|
43 | 43 | <br />
|
44 | 44 | Hit '>' to zoom in, '<' to zoom out
|
45 | 45 | <br />
|
46 |
| -Right-click to scroll around |
| 46 | +Left-click and drag to scroll around |
47 | 47 | <br />
|
48 | 48 | Enter your own program into the array of RAM
|
49 | 49 | <br />
|
|
70 | 70 | <p class="status" id="status">x: 0<br>y: 0</p>
|
71 | 71 | <table class="memtable" id="memtable"></table>
|
72 | 72 | </div>
|
73 |
| -<div id="updateShow"> Show: |
74 |
| - <input type="checkbox" name="0" id="updateShow0" onchange="updateShow(this.name,this.checked)" />(metal) |
75 |
| - <input type="checkbox" name="1" id="updateShow1" onchange="updateShow(this.name,this.checked)" />(switched diffusion) |
76 |
| - <input type="checkbox" name="3" id="updateShow3" onchange="updateShow(this.name,this.checked)" />(grounded diffusion) |
77 |
| - <input type="checkbox" name="4" id="updateShow4" onchange="updateShow(this.name,this.checked)" />(powered diffusion) |
78 |
| - <input type="checkbox" name="5" id="updateShow5" onchange="updateShow(this.name,this.checked)" />(polysilicon) |
79 |
| - <input type="checkbox" name="2" id="updateShow2" onchange="updateShow(this.name,this.checked)" />(diode) |
| 73 | +<div id="updateShow"> |
80 | 74 | </div>
|
81 | 75 | <br />
|
82 | 76 | <br />
|
83 |
| -Source code is available on GitHub: <a href="http://github.com/trebonian/visual6502">http://github.com/trebonian/visual6502</a> |
| 77 | +Source code is available on <a href="http://github.com/trebonian/visual6502">github visual6502</a>. |
| 78 | +Use the online <a href="http://www.6502asm.com/">emulator and assembler</a> from 6502asm.com |
| 79 | +and <a href="http://www.e-tradition.net/bytes/6502/disassembler.html">disassembler</a> from e-tradition.net |
84 | 80 | <br />
|
85 |
| -In addition to this JavaScript project, see our <a href="../python6502.html">Python-based simulator</a> which may be easier to customize, verify, and apply to the study of long programs.<br /> |
| 81 | +For in-depth 6502 investigation and some more advanced features, try our <a href="/stage/JSSim/index.html">Experimenter's (Beta) version</a>. |
86 | 82 | <br />
|
87 | 83 | <br />
|
88 | 84 |
|
|
0 commit comments