aboutsummaryrefslogtreecommitdiff
path: root/listamsb.1
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-03-12 21:49:45 -0400
committerB. Watson <urchlay@slackware.uk>2025-03-12 21:49:45 -0400
commitdb447acbc20001d14670aa935b49781435e54504 (patch)
treecb7a8dc046da0bc92bac43b9c56a15960909d1a8 /listamsb.1
parent0ad49c95e719edaf1f27e4a0941943b708c82e60 (diff)
downloadbw-atari8-tools-db447acbc20001d14670aa935b49781435e54504.tar.gz
listamsb: tweak man page.
Diffstat (limited to 'listamsb.1')
-rw-r--r--listamsb.16
1 files changed, 5 insertions, 1 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\&.