diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-12 21:49:45 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-12 21:49:45 -0400 |
commit | db447acbc20001d14670aa935b49781435e54504 (patch) | |
tree | cb7a8dc046da0bc92bac43b9c56a15960909d1a8 /listamsb.1 | |
parent | 0ad49c95e719edaf1f27e4a0941943b708c82e60 (diff) | |
download | bw-atari8-tools-db447acbc20001d14670aa935b49781435e54504.tar.gz |
listamsb: tweak man page.
Diffstat (limited to 'listamsb.1')
-rw-r--r-- | listamsb.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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\&. |