mirror of
https://github.com/fadden/6502bench.git
synced 2025-07-12 20:24:10 +00:00
Rework tutorial for changes in v1.8
Biggest changes were to the address region handling in Tutorial1 and the use of StdInline.cs for the inline strings in Tutorial4. Also, fixed the off-by-one error in Tutorial1.
This commit is contained in:
@ -58,7 +58,7 @@
|
||||
<li id="sidenav-using-sourcegen"><a href="using-sourcegen.html">Using SourceGen</a>
|
||||
<ul>
|
||||
<li id="sidenav-moving-around"><a href="moving-around.html">Moving Around</a></li>
|
||||
<li id="sidenav-simple-edits"><a href="simple-edits.html">Simple Edits</a></li>
|
||||
<li id="sidenav-making-edits"><a href="making-edits.html">Making Edits</a></li>
|
||||
<li id="sidenav-labels-symbols"><a href="labels-symbols.html">Labels & Symbols</a></li>
|
||||
<li id="sidenav-editing-data"><a href="editing-data.html">Editing Data Operands</a></li>
|
||||
<li id="sidenav-generating-code"><a href="generating-code.html">Generating Code</a></li>
|
||||
@ -245,6 +245,8 @@
|
||||
|
||||
<hr style="width:80%;"/>
|
||||
|
||||
<h4>Showing Cycle Counts</h4>
|
||||
|
||||
<div class="grid-container">
|
||||
<div class="grid-item-image">
|
||||
<img src="images/t2-enable-counts.png" alt="t2-enable-counts"/>
|
||||
|
Reference in New Issue
Block a user