aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-09-14 22:03:40 +0100
committerIan C <ianc@noddybox.co.uk>2016-09-14 22:03:40 +0100
commitace88543a32f2c6dfc6a3aa17bd9a35f55a0b1d8 (patch)
tree6ee71fcfa7dc4d38c846581ee303ce91945d7b14 /doc
parentb1aa1e289accb74e8de252cfeee86f1eed56eddb (diff)
Added option for BASIC loader to Spectrum TAP file.
Diffstat (limited to 'doc')
-rw-r--r--doc/casm.html36
1 files changed, 35 insertions, 1 deletions
diff --git a/doc/casm.html b/doc/casm.html
index 014262e..28284f8 100644
--- a/doc/casm.html
+++ b/doc/casm.html
@@ -1030,11 +1030,45 @@ have been used, in which case each code file in the TAP file will use the
<b>output-bank</b> setting to generate the filename for each block.
</p>
+<p>If the options are set the TAP file will contain a BASIC loader for the
+machine code.</p>
+
<p>
Remember that TAP files can be concatenated, so the output could be appended to
-another TAP file containing a BASIC loader, for example.
+another TAP file.
+</p>
+
+<h4>Spectrum TAP Output Format options</h4>
+
+<p>The Spectrum TAP output driver supports the following settings that can be
+set via an <b>option</b> command.
</p>
+<table>
+
+<thead><tr><td class="head">Option</td>
+<td class="head">Description</td></tr></thead>
+
+<tr><td class="cmd">
+option spectrum-loader, &lt;on|off&gt;
+</td>
+<td class="def">
+Whether the TAP file should contain a BASIC loader to load and run the machine
+code.
+</td></tr>
+
+<tr><td class="cmd">
+option spectrum-start, <i>address</i>
+</td>
+<td class="def">
+The start address for the generated BASIC loader. If left undefined defaults
+to the start of written memory.
+</td></tr>
+
+
+</table>
+
+
<h3 id="zx81out">ZX81 .P Output Format</h3>