[dev]add links to 6502asm and e-tradition

This commit is contained in:
BigEd 2010-10-01 18:31:02 +00:00
parent 0b1af8d70e
commit c8aabd6baa
1 changed files with 3 additions and 1 deletions

View File

@ -112,7 +112,9 @@ Enter your own program into the array of RAM
<table class="logstream" id="logstream"></table>
</div>
<br />
Source code is available on GitHub: <a href="http://github.com/trebonian/visual6502">http://github.com/trebonian/visual6502</a>
Source code is available on <a href="http://github.com/trebonian/visual6502">github visual6502</a>.
Online 6502 <a href="http://www.6502asm.com/">emulator and assembler</a> from 6502asm.com
and <a href="http://www.e-tradition.net/bytes/6502/disassembler.html">disassembler</a> from e-tradition.net
<br />
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 />
<br />