2 Commits
V0.4 ... V0.4.1

Author SHA1 Message Date
BigEd
6ced887613 add link to Advanced page and re-word other link 2010-11-10 10:53:59 -05:00
Barry Silverman
6c899eda1a Add white space between links and chip window 2010-11-08 19:35:12 -05:00
2 changed files with 9 additions and 1 deletions

View File

@@ -192,3 +192,10 @@ div.rightcolumn {
.hsplitbar.active, .hsplitbar:hover {
background: #c66 url(3rdparty/img/hgrabber.gif) no-repeat center;
}
span#plain {
display: block;
margin-bottom: 4px;
}

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