aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--listamsb.16
-rw-r--r--listamsb.rst6
2 files changed, 10 insertions, 2 deletions
diff --git a/listamsb.1 b/listamsb.1
index 15ea78f..63e29af 100644
--- a/listamsb.1
+++ b/listamsb.1
@@ -79,6 +79,8 @@ string. The resulting program is tokenized, and is usually 5 to 10
percent smaller. It should RUN correctly, but will be difficult to
edit in AMSB because its parser requires the spaces.
.sp
+The crunched program will always be unLOCKed.
+.sp
If any comment\-only lines are the target of GOTO or GOSUB, the
program won\(aqt RUN correctly because all comment\-only lines are
removed. If this happens, you can use the \fB\-k\fP option (see below).
@@ -90,7 +92,9 @@ None of the other options have any effect with \fB\-C\fP\&.
"Decrunch" a crunched program. Puts spaces where they\(aqre required for
AMSB\(aqs parser. The resulting program is tokenized, and will be
editable in AMSB. Of course, any comments that were removed during
-crunching will not magically be retored (they\(aqre gone).
+crunching will not magically be restored (they\(aqre gone).
+.sp
+The decrunched program will always be unLOCKed.
.sp
This option must be used with an \fBoutput\-file\fP, since seeking is done.
None of the other options have any effect with \fB\-D\fP\&.
diff --git a/listamsb.rst b/listamsb.rst
index 8095886..92ab15f 100644
--- a/listamsb.rst
+++ b/listamsb.rst
@@ -63,6 +63,8 @@ Operation Modes
percent smaller. It should RUN correctly, but will be difficult to
edit in AMSB because its parser requires the spaces.
+ The crunched program will always be unLOCKed.
+
If any comment-only lines are the target of GOTO or GOSUB, the
program won't RUN correctly because all comment-only lines are
removed. If this happens, you can use the **-k** option (see below).
@@ -74,7 +76,9 @@ Operation Modes
"Decrunch" a crunched program. Puts spaces where they're required for
AMSB's parser. The resulting program is tokenized, and will be
editable in AMSB. Of course, any comments that were removed during
- crunching will not magically be retored (they're gone).
+ crunching will not magically be restored (they're gone).
+
+ The decrunched program will always be unLOCKed.
This option must be used with an **output-file**, since seeking is done.
None of the other options have any effect with **-D**.