aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-17 04:52:08 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-17 04:52:08 -0400
commit7b7bccf53b94ea80c60f5b9ee4b4a8c64cce5823 (patch)
tree6e920703d624d954a6857d3bbfc516aa95ff47f6
parentc150802bc351b221f380e295afe1239ad70de50b (diff)
downloadbw-atari8-tools-7b7bccf53b94ea80c60f5b9ee4b4a8c64cce5823.tar.gz
listbas: tweak doc.
-rw-r--r--listbas.19
-rw-r--r--listbas.rst6
2 files changed, 14 insertions, 1 deletions
diff --git a/listbas.1 b/listbas.1
index f4160de..07ef088 100644
--- a/listbas.1
+++ b/listbas.1
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "LISTBAS" 1 "2024-07-16" "0.2.1" "Urchlay's Atari 8-bit Tools"
+.TH "LISTBAS" 1 "2024-07-17" "0.2.1" "Urchlay's Atari 8-bit Tools"
.SH NAME
listbas \- List the source of a tokenized Atari 8-bit BASIC program
.SH SYNOPSIS
@@ -237,6 +237,13 @@ Black and white are not used by default because presumably, one or the
other is the background color of the terminal.
.SH NOTES
.sp
+So far, \fBlistbas\fP doesn\(aqt support the indentation that BASIC A+/XL/XE
+do by default. It acts like \fBSET 12,0\fP has been executed... though
+BASIC A+ doesn\(aqt actually \fIhave\fP this option, and the indentation can\(aqt
+be turned off in A+ at all.
+.sp
+\-\-
+.sp
\fBlistbas\fP will refuse to operate on a LIST\-protected program with
scrambled variable names. For code\-protected programs, it will stop at
the line with the invalid offset. Use \fBunprotbas\fP(1) to remove the
diff --git a/listbas.rst b/listbas.rst
index 57ba0f8..7895b1b 100644
--- a/listbas.rst
+++ b/listbas.rst
@@ -203,6 +203,12 @@ other is the background color of the terminal.
NOTES
=====
+So far, **listbas** doesn't support the indentation that BASIC A+/XL/XE
+do by default. It acts like **SET 12,0** has been executed... though
+BASIC A+ doesn't actually *have* this option, and the indentation can't
+be turned off in A+ at all.
+
+--
**listbas** will refuse to operate on a LIST-protected program with
scrambled variable names. For code-protected programs, it will stop at