add link to Advanced page and re-word other link

This commit is contained in:
BigEd 2010-11-09 21:25:56 +00:00
parent 7e6eb926ee
commit 6be4dd1673
1 changed files with 2 additions and 1 deletions

View File

@ -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 />