diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-07 17:28:00 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-07 17:28:00 -0500 |
commit | 5ee1d2c2506ca2d44bf948e28422753a27b9bbaa (patch) | |
tree | 958d1613b2abfac36c1d8b2d062772d75e5ed819 /listamsb.1 | |
parent | fc5c53e5b73eeadafb20a5a02184642b9fcc8344 (diff) | |
download | bw-atari8-tools-5ee1d2c2506ca2d44bf948e28422753a27b9bbaa.tar.gz |
listamsb: tweak -D option.
Diffstat (limited to 'listamsb.1')
-rw-r--r-- | listamsb.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -54,6 +54,9 @@ Programs created with \fISAVE "filename" LOCK\fP are autodetected, and will be listed normally. It\(aqs also possible to convert a LOCKed program to an unencrypted one, with the \fB\-l\fP option. .sp +Programs can be "crunched" and "decrunched" with the \fB\-C\fP and \fB\-D\fP +options. +.sp If no \fBoutput\-file\fP is given, output is to \fBstdout\fP\&. .SH OPTIONS .INDENT 0.0 @@ -77,6 +80,7 @@ target of GOTO or GOSUB, the program won\(aqt run because all comment\-only lines are removed. .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\-C\fP\&. .TP .B \fB\-D\fP "Decrunch" a crunched program. Puts spaces where they\(aqre required for @@ -85,6 +89,7 @@ comments that were removed during crunching will not magically be retored (they\(aqre gone). .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\&. .TP .B \fB\-r\fP \fIline\-range\fP Show only part of the listing. \fIline\-range\fP can be a single line, or |