aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-05-12 15:28:32 +0100
committerIan C <ianc@noddybox.co.uk>2016-05-12 15:28:32 +0100
commit5e6a1c3434b96ea16485b160c25732df3b00b2b8 (patch)
treec86331cb1c74fbff18a8b7ef0ebd5989a0a1f182 /doc
parente60cc5a36c148ef5ea0e38bcc848cf32f2b54a18 (diff)
Started on SPC700
Also: * Added offset to import command. Realised fairly useless, but may as well keep it. * Added setting of address space size to state for PC.
Diffstat (limited to 'doc')
-rw-r--r--doc/casm.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/casm.html b/doc/casm.html
index e0f0299..bbef8ea 100644
--- a/doc/casm.html
+++ b/doc/casm.html
@@ -346,11 +346,13 @@ the skipped bytes unless the optional <i>fill</i> is supplied.
</td></tr>
<tr><td class="cmd">
-import <i>filename</i>[, labels]</code>
+import <i>filename</i>[, labels|all[, offset]]</code>
</td>
<td class="def">
Includes a simple library file as generated by casm. See the <a href="#libout">section on simple library files</a> for more details. If the optional second
-argument is set to labels then only the label values are imported.
+argument is set to labels then only the label values are imported, otherwise
+both memory and labels are imported. If the optional <i>offset</i> is given
+then that offset is added onto the load address and defined labels.
</td></tr>
<tr><td class="cmd">