mirror of
https://github.com/trebonian/visual6502.git
synced 2025-02-05 15:31:02 +00:00
add link to Advanced page and re-word other link
This commit is contained in:
parent
6c899eda1a
commit
6ced887613
@ -87,6 +87,7 @@ Enter your own program into the array of RAM
|
||||
<a href ="javascript:stepBack()"><img class="navbutton" src="images/prev.png"></a>
|
||||
<a href ="javascript:stepForward()"><img class="navbutton" src="images/next.png"></a>
|
||||
</div>
|
||||
<div style="float:right; margin-left:20px;">... or try <a href="expert.html">Advanced</a></div>
|
||||
</div>
|
||||
<p class="status" id="status">x: 0<br>y: 0</p>
|
||||
<table class="memtable" id="memtable"></table>
|
||||
@ -99,7 +100,7 @@ Source code is available on <a href="http://github.com/trebonian/visual6502">git
|
||||
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 />
|
||||
For in-depth 6502 investigation and some more advanced features, try our <a href="/JSSim/expert.html">Experimenter's (Beta) version</a>.
|
||||
For in-depth 6502 investigation and some more advanced features, try our <a href="expert.html">Advanced</a> page.
|
||||
<br />
|
||||
<br />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user