From fdef5d70c1890c7970f31061184a73e699ccd9fb Mon Sep 17 00:00:00 2001
From: Ian C
Each entry in the tape file will be marked as a PRG with the start address -the same as the first assembled byte. +
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.
++10 SYS 2080 ++ +
Any remaining blocks will be stored as-is without any basic loader.
+