aboutsummaryrefslogtreecommitdiff
path: root/listamsb.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-03-04 14:00:45 -0500
committerB. Watson <urchlay@slackware.uk>2025-03-04 14:00:45 -0500
commit84a7dd4319411fe567e67c3d0947fd5246ed7b13 (patch)
tree48e2f201a15fa49b62f28102397f0ca972d76006 /listamsb.rst
parentdc1fd1b9677476b18b602ddfab9cfcfd822f48f5 (diff)
downloadbw-atari8-tools-84a7dd4319411fe567e67c3d0947fd5246ed7b13.tar.gz
listamsb: add -n (no blank line at start) option.
Diffstat (limited to 'listamsb.rst')
-rw-r--r--listamsb.rst12
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