mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-31 21:30:59 +00:00
Fix formatting
This commit is contained in:
parent
072c66bc8c
commit
dcab984f3b
@ -56,10 +56,10 @@ underscore, and consist entirely of alphanumeric ASCII characters
|
||||
required for line labels in SourceGen.)</p>
|
||||
<p>The next token can be one of:</p>
|
||||
<ul>
|
||||
<li>@: general addresses</li>
|
||||
<li><: read-only addresses</li>
|
||||
<li>>: write-only addresses</li>
|
||||
<li>=: constants</li>
|
||||
<li><code>@</code>: general addresses</li>
|
||||
<li><code><</code>: read-only addresses</li>
|
||||
<li><code>></code>: write-only addresses</li>
|
||||
<li><code>=</code>: constants</li>
|
||||
</ul>
|
||||
<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
|
||||
@ -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
|
||||
(the file that ends with ".dis65") lives. Add a <code>*SYNOPSIS</code>,
|
||||
then add the desired symbols.</p>
|
||||
<p>Finally, add it to your project. Select Edit > Project Properties,
|
||||
switch to the Symbol Files tab, click Add Symbol Files from Project, and
|
||||
<p>Finally, add it to your project. Select
|
||||
<samp>Edit > 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
|
||||
"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.)
|
||||
|
||||
<p>NOTE: in the current version of SourceGen, changes to .sym65 files are
|
||||
not detected automatically. Use File > Reload External Files to
|
||||
import the changes.</p>
|
||||
not detected automatically. Use <samp>File > Reload External Files</samp>
|
||||
to import the changes.</p>
|
||||
|
||||
|
||||
<h2 id="extension-scripts">Extension Scripts</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user