aboutsummaryrefslogtreecommitdiff
path: root/cxrefbas.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-17 17:05:51 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-17 17:05:51 -0400
commit2a73f95e7204ded74409adc03eeac62868e3500f (patch)
tree6887a9803e4421df99c41fc1d7e8a13f2cd036ac /cxrefbas.rst
parented910cdfa474bd7a3fd0cf3082119abc41b094e4 (diff)
downloadbw-atari8-tools-2a73f95e7204ded74409adc03eeac62868e3500f.tar.gz
cxrefbas: handle IF <x> THEN <lineno>.
Diffstat (limited to 'cxrefbas.rst')
-rw-r--r--cxrefbas.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/cxrefbas.rst b/cxrefbas.rst
index b32cdb0..2bba3f7 100644
--- a/cxrefbas.rst
+++ b/cxrefbas.rst
@@ -28,6 +28,8 @@ Any command that uses a computed value for a line number will print a
warning on standard error, e.g. *GOTO A* or *GOSUB 100\*A*. Even *GOTO
100+0* is a computed value, since BASIC doesn't do constant folding.
+Line numbers above 32767, e.g. *TRAP 40000*, are not listed.
+
OPTIONS
=======