diff options
Diffstat (limited to 'listamsb.rst')
-rw-r--r-- | listamsb.rst | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/listamsb.rst b/listamsb.rst index 91fa4e9..32d7f78 100644 --- a/listamsb.rst +++ b/listamsb.rst @@ -11,7 +11,7 @@ List the source of a tokenized Atari Microsoft BASIC program SYNOPSIS ======== -listamsb [**-a**\] [**-v**\] [**-h**\] [**-i**\] [**-u**\] [**-t**\] [**-m**\] [**-s**\] [**-r** *line-range*] [**input-file**\] +listamsb [**-l**] | [[**-a**\] [**-v**\] [**-h**\] [**-i**\] [**-u**\] [**-t**\] [**-m**\] [**-n**\] [**-s**\] ...] [**-r** *line-range*] [**input-file**\] DESCRIPTION =========== @@ -69,6 +69,10 @@ OPTIONS **a8cat** is not used with this option. None of the other options have any effect with **-l**. +**-n** + No empty line. By default, **listamsb** prints an empty line at the + start of the output, to match AMSB's LIST command. + **-v** Verbose output, on stderr. May be given twice for extra verbosity, which shows each line number, its offset, length, and end-of-line pointer. @@ -174,9 +178,9 @@ continues processing. - program size doesn't match size in header Might mean this isn't an AMSB file. If you're sure it is, it might - be truncated, or part of the file might have been overwritten - with *$00* bytes. It could also mean the length in the header has - somehow gotten corrupted. + be truncated, or part of the file might have been overwritten with + *$00* bytes. It could also mean the length in the header has somehow + gotten corrupted. - trailing garbage at end of file |