1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-12 08:29:29 +00:00

Fix formatting

This commit is contained in:
Andy McFadden 2022-05-23 15:45:25 -07:00
parent 072c66bc8c
commit dcab984f3b

View File

@ -56,10 +56,10 @@ underscore, and consist entirely of alphanumeric ASCII characters
required for line labels in SourceGen.)</p> required for line labels in SourceGen.)</p>
<p>The next token can be one of:</p> <p>The next token can be one of:</p>
<ul> <ul>
<li>@: general addresses</li> <li><code>@</code>: general addresses</li>
<li>&lt;: read-only addresses</li> <li><code>&lt;</code>: read-only addresses</li>
<li>&gt;: write-only addresses</li> <li><code>&gt;</code>: write-only addresses</li>
<li>=: constants</li> <li><code>=</code>: constants</li>
</ul> </ul>
<p>If an instruction references an address, and that address is outside <p>If an instruction references an address, and that address is outside
the bounds of the file, the list of address symbols (i.e. everything the bounds of the file, the list of address symbols (i.e. everything
@ -137,8 +137,10 @@ doesn't like that, you can put a ".txt" on the end while you're editing.)
Make sure you create it in the same directory where your project file Make sure you create it in the same directory where your project file
(the file that ends with ".dis65") lives. Add a <code>*SYNOPSIS</code>, (the file that ends with ".dis65") lives. Add a <code>*SYNOPSIS</code>,
then add the desired symbols.</p> then add the desired symbols.</p>
<p>Finally, add it to your project. Select Edit &gt; Project Properties, <p>Finally, add it to your project. Select
switch to the Symbol Files tab, click Add Symbol Files from Project, and <samp>Edit &gt; Project Properties</samp>,
switch to the <samp>Symbol Files</samp> tab, click
<samp>Add Symbol Files from Project</samp>, and
select your symbol file. It should appear in the list with a select your symbol file. It should appear in the list with a
"PROJ:" prefix.</p> "PROJ:" prefix.</p>
@ -148,8 +150,8 @@ directory has a project-local symbol file, called "fdraw-exports".
for which Amper-fdraw provides an Applesoft BASIC interface.) for which Amper-fdraw provides an Applesoft BASIC interface.)
<p>NOTE: in the current version of SourceGen, changes to .sym65 files are <p>NOTE: in the current version of SourceGen, changes to .sym65 files are
not detected automatically. Use File &gt; Reload External Files to not detected automatically. Use <samp>File &gt; Reload External Files</samp>
import the changes.</p> to import the changes.</p>
<h2 id="extension-scripts">Extension Scripts</h2> <h2 id="extension-scripts">Extension Scripts</h2>