[bug]reword the link to 6502 tools

This commit is contained in:
BigEd 2010-10-02 11:06:14 +00:00
parent 1843c17ce9
commit 5578726fd3
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ Enter your own program into the array of RAM
</div>
<br />
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
Use the online <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 />