diff options
author | B. Watson <urchlay@slackware.uk> | 2024-05-29 03:34:32 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-05-29 03:34:32 -0400 |
commit | 6fe3a80533e4778db82d2352be370b913457a855 (patch) | |
tree | 51a410b6897e4cd629395f18ad0b1c4f6e3a2f08 /unprotbas.rst | |
parent | 921cf9c521b64641f6364ef04b370979ce99fd64 (diff) | |
download | bw-atari8-tools-6fe3a80533e4778db82d2352be370b913457a855.tar.gz |
unprotbas: tweak doc.
Diffstat (limited to 'unprotbas.rst')
-rw-r--r-- | unprotbas.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unprotbas.rst b/unprotbas.rst index 4228d91..35a5069 100644 --- a/unprotbas.rst +++ b/unprotbas.rst @@ -210,6 +210,9 @@ One more thing **unprotbas** can do is remove extra data from the end of the file. It's possible for BASIC files to contain extra data that occurs after the end of the program. Such data might be: +- Pre-defined strings and/or arrays, saved with the program by + modifying the STARP pointer. + - Arbitrary binary data used by the program at runtime, such as machine language routines, or fonts. |