diff options
Diffstat (limited to 'listamsb.rst')
-rw-r--r-- | listamsb.rst | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/listamsb.rst b/listamsb.rst index 23d21fb..63d72ea 100644 --- a/listamsb.rst +++ b/listamsb.rst @@ -11,7 +11,7 @@ List the source of a tokenized Atari Microsoft BASIC program SYNOPSIS ======== -listamsb [**-l**] | [**-C**] | [[**-a**\] [**-c**] [**-v**\] [**-h**\] [**-i**\] [**-u**\] [**-t**\] [**-m**\] [**-n**\] [**-s**\] ...] [**-r** *line-range*] [**input-file**\] [**output-file**\] +listamsb [**-l**] | [**-C**] | [**-D**] | [[**-a**\] [**-c**] [**-v**\] [**-h**\] [**-i**\] [**-u**\] [**-t**\] [**-m**\] [**-n**\] [**-s**\] ...] [**-r** *line-range*] [**input-file**\] [**output-file**\] DESCRIPTION =========== @@ -58,10 +58,15 @@ OPTIONS target of GOTO or GOSUB, the program won't run because all comment-only lines are removed. - This option must be used with an **output-file**, a pipe, or - redirection: **listamsb** will not write tokenized BASIC to a - terminal. **a8cat** is not used, with this option. None of the - other options have any effect with **-C**. + This option must be used with an **output-file**, since seeking is done. + +**-D** + "Decrunch" a crunched program. Puts spaces where they're required for + AMSB's parser. The result will be editable in AMSB. Of course, any + comments that were removed during crunching will not magically be + retored (they're gone). + + This option must be used with an **output-file**, since seeking is done. **-r** *line-range* Show only part of the listing. *line-range* can be a single line, or |