From 6fe3a80533e4778db82d2352be370b913457a855 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 29 May 2024 03:34:32 -0400 Subject: unprotbas: tweak doc. --- unprotbas.rst | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.3