From ace88543a32f2c6dfc6a3aa17bd9a35f55a0b1d8 Mon Sep 17 00:00:00 2001
From: Ian C
If the options are set the TAP file will contain a BASIC loader for the +machine code.
+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. +
+ +The Spectrum TAP output driver supports the following settings that can be +set via an option command.
+Option | +Description |
+option spectrum-loader, <on|off> + | ++Whether the TAP file should contain a BASIC loader to load and run the machine +code. + |
+option spectrum-start, address + | ++The start address for the generated BASIC loader. If left undefined defaults +to the start of written memory. + |