aboutsummaryrefslogtreecommitdiff
path: root/cxrefbas.1
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-18 06:09:10 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-18 06:09:10 -0400
commit227133e626c6956f850e7d21c93f04882208ffed (patch)
tree883c1d561feea847f025ce79cceeba956b63ad19 /cxrefbas.1
parent9d6be822e814d38ec5eff0ddcc8bc936e7d1b6f2 (diff)
downloadbw-atari8-tools-227133e626c6956f850e7d21c93f04882208ffed.tar.gz
cxrefbas and renumbas: support LIST.
Diffstat (limited to 'cxrefbas.1')
-rw-r--r--cxrefbas.114
1 files changed, 12 insertions, 2 deletions
diff --git a/cxrefbas.1 b/cxrefbas.1
index bc028ef..2850ac1 100644
--- a/cxrefbas.1
+++ b/cxrefbas.1
@@ -37,8 +37,14 @@ cxrefbas [\fB\-v\fP] \fBinput\-file\fP
.sp
\fBcxrefbas\fP reads an Atari 8\-bit BASIC tokenized program. For each
line number in the program, it prints a list of lines that reference
-it. Each line number reference is followed by a letter that indicates
-the type of reference:
+it.
+.sp
+\fBinput\-file\fP must be a tokenized (SAVEd) Atari BASIC program. Use
+\fI\-\fP to read from standard input, but \fBcxrefbas\fP will refuse to read
+from standard input if it\(aqs a terminal.
+.sp
+Each line number reference in the output is followed by a letter that
+indicates the type of reference:
.INDENT 0.0
.TP
.B \fBG\fP
@@ -58,6 +64,10 @@ the type of reference:
.TP
.B \fBT\fP
\fITRAP\fP\&.
+.TP
+.B \fBL\fP
+\fILIST\fP\&. It\(aqs very rare for a program to \fILIST\fP parts of itself, but
+it\(aqs allowed by BASIC so it\(aqs supported here.
.UNINDENT
.sp
If a line doesn\(aqt exist, but is referenced (e.g. \fIGOTO 100\fP, but there