aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-03-22 00:21:37 +0000
committerIan C <ianc@noddybox.co.uk>2016-03-22 00:21:37 +0000
commitfdef5d70c1890c7970f31061184a73e699ccd9fb (patch)
tree392d0daa0dee17867833f53c008a498d52e8ec11 /doc
parent7c361248bba7799400dee7b7b1dc33f5dadcf3a4 (diff)
Fixes to T64 output.
Diffstat (limited to 'doc')
-rw-r--r--doc/casm.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/casm.html b/doc/casm.html
index 4724729..9553a15 100644
--- a/doc/casm.html
+++ b/doc/casm.html
@@ -862,10 +862,19 @@ have been used, in which case then each entry in the tape file will use the
<b>output-bank</b> setting to generate the filename for each entry.
</p>
-<p>Each entry in the tape file will be marked as a PRG with the start address
-the same as the first assembled byte.
+<p>The first (or only) bank will have a small BASIC program inserted as part of
+the generated file. For this reason the first bank should start near the BASIC
+area (0x820 should be a safe place to start) unless you have a great
+desire for a tape full of zero bytes. This BASIC will simply hold a SYS command
+to start the machine code, e.g.
</p>
+<pre class="codeblock">
+10 SYS 2080
+</pre>
+
+<p>Any remaining blocks will be stored as-is without any basic loader.</p>
+
<h3>Listing</h3>