diff options
author | B. Watson <urchlay@slackware.uk> | 2024-05-26 02:55:24 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-05-26 02:55:24 -0400 |
commit | 27004df8c071a5edb0fb0b20946ebe3bdd8a55f6 (patch) | |
tree | e03f0e2fc575675045523bc5088a7e7abb93e492 | |
parent | 3a48e053cc0cf49812873984094f08b5eccf3f7f (diff) | |
download | bw-atari8-tools-27004df8c071a5edb0fb0b20946ebe3bdd8a55f6.tar.gz |
unprotbas: tweak doc.
-rw-r--r-- | unprotbas.1 | 4 | ||||
-rw-r--r-- | unprotbas.rst | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/unprotbas.1 b/unprotbas.1 index ab9474a..7149414 100644 --- a/unprotbas.1 +++ b/unprotbas.1 @@ -220,7 +220,9 @@ The program \fBUNPROTEC\fP, from the \fIPirate\(aqs Treasure Chest\fP, can fix bad pointers in protected programs, though it doesn\(aqt do anything about variable name scrambling. .sp -\fBunprotbas \-pc\fP also does this type of protection. +\fBunprotbas \-pc\fP also does this type of protection. Beware: the +last line of code must never actually be executed by the program, +or BASIC will freeze when it tries to execute it. .UNINDENT .sp One more thing \fBunprotbas\fP can do is remove extra data from the end diff --git a/unprotbas.rst b/unprotbas.rst index 92ec327..9a9a47d 100644 --- a/unprotbas.rst +++ b/unprotbas.rst @@ -194,7 +194,9 @@ Bad next-line pointer fix bad pointers in protected programs, though it doesn't do anything about variable name scrambling. - **unprotbas -pc** also does this type of protection. + **unprotbas -pc** also does this type of protection. Beware: the + last line of code must never actually be executed by the program, + or BASIC will freeze when it tries to execute it. 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 |