aboutsummaryrefslogtreecommitdiff
path: root/listbas.1
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-17 14:37:56 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-17 14:40:44 -0400
commit271c293f1a8a1ba3316d6b9fecb955d336441fd0 (patch)
treeeb1657fe3c4c39d688b2ea024123d740db839975 /listbas.1
parent7b7bccf53b94ea80c60f5b9ee4b4a8c64cce5823 (diff)
downloadbw-atari8-tools-271c293f1a8a1ba3316d6b9fecb955d336441fd0.tar.gz
listbas: add -k (no mixed case) option for BXL/BXE.
Diffstat (limited to 'listbas.1')
-rw-r--r--listbas.110
1 files changed, 9 insertions, 1 deletions
diff --git a/listbas.1 b/listbas.1
index 07ef088..126f00c 100644
--- a/listbas.1
+++ b/listbas.1
@@ -44,7 +44,7 @@ escape sequences for inverse video and color syntax highlighting.
.sp
\fBlistbas\fP supports several BASIC dialects used on the Atari. By
default, the BASIC dialect is autodetected by running \fBwhichbas\fP(1)
-as an external process.
+as an external process. To override this, see the \fB\-b\fP option, below.
.SH OPTIONS
.SS BASIC options
.INDENT 0.0
@@ -81,6 +81,14 @@ Include the immediate mode command (line 32768) in the output.
.B \fB\-l\fP
Do not print line numbers at the start of each line. \fBGOTO\fP, \fBGOSUB\fP,
\fBTRAP\fP, and \fBTHEN\fP target line numbers are still printed.
+.TP
+.B \fB\-t\fP
+Do not indent, if the program is Turbo BASIC, BASIC/A+, BASIC XL, or BASIC XE.
+If you want to indent an Atari BASIC program, use \fB\-bt\fP or \fB\-bxl\fP\&.
+.TP
+.B \fB\-k\fP
+Do not print keywords in mixed case (e.g. \fBPrint\fP, \fBGraphics\fP),
+for BASIC XL or BASIC XE.
.UNINDENT
.SS Output modes
.sp