aboutsummaryrefslogtreecommitdiff
path: root/cxrefbas.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-16 18:04:09 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-16 18:04:09 -0400
commited910cdfa474bd7a3fd0cf3082119abc41b094e4 (patch)
tree175cfefe090bcd125b96c889c07487c75083083b /cxrefbas.rst
parente2250e5cb71c9a06bf75d59e9c0369efd65b1206 (diff)
downloadbw-atari8-tools-ed910cdfa474bd7a3fd0cf3082119abc41b094e4.tar.gz
cxrefbas: computed warning now says ON/GOTO or ON/GOSUB, not just ON.
Diffstat (limited to 'cxrefbas.rst')
-rw-r--r--cxrefbas.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/cxrefbas.rst b/cxrefbas.rst
index fbfc74a..b32cdb0 100644
--- a/cxrefbas.rst
+++ b/cxrefbas.rst
@@ -18,7 +18,8 @@ DESCRIPTION
**cxrefbas** reads an Atari 8-bit BASIC tokenized program. For each
line number in the program, it prints a list of lines that reference
-it, via *GOTO*, *GOSUB*, *RESTORE*, *TRAP*, *ON/GOTO*, or *ON/GOSUB*.
+it, via *GOTO*, *GOSUB*, *RESTORE*, *TRAP*, *ON/GOTO*, *ON/GOTO*,
+or *ON/GOSUB*.
If a line doesn't exist, but is referenced (e.g. *GOTO 100*, but there
is no line 100), it's printed in the table, prefixed with *!*.