aboutsummaryrefslogtreecommitdiff
path: root/vxrefbas.1
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-13 17:46:17 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-13 17:46:17 -0400
commited4f8e0e2e20cb16f40844895f79b69da96caf35 (patch)
tree48a7dcf50ab65c1ec0b8040e2d3f41e17ebfc306 /vxrefbas.1
parent1701b8c7c14d38ff2de5703065d013ebe5c8f889 (diff)
downloadbw-atari8-tools-ed4f8e0e2e20cb16f40844895f79b69da96caf35.tar.gz
vxrefbas: WIP.
Diffstat (limited to 'vxrefbas.1')
-rw-r--r--vxrefbas.160
1 files changed, 60 insertions, 0 deletions
diff --git a/vxrefbas.1 b/vxrefbas.1
index 6c7b7ec..17780d9 100644
--- a/vxrefbas.1
+++ b/vxrefbas.1
@@ -83,6 +83,66 @@ Print version number and exit.
Verbose operation. When displaying a number in verbose mode, it will
be prefixed with \fI$\fP if it\(aqs in hex, or no prefix for decimal.
.UNINDENT
+.SH BUGS
+.sp
+This program:
+.INDENT 0.0
+.INDENT 3.5
+.sp
+.nf
+.ft C
+10 FILE=1:INPUT #FILE,LINE$
+.ft P
+.fi
+.UNINDENT
+.UNINDENT
+.sp
+Results in this:
+.INDENT 0.0
+.INDENT 3.5
+.sp
+.nf
+.ft C
+FILE/80: 10=AI (1)
+LINE$/81: 10=AI (1)
+ 2 variables, 0 unreferenced.
+.ft P
+.fi
+.UNINDENT
+.UNINDENT
+.sp
+\fBvxrefbas\fP thinks \fIFILE\fP is being \fIINPUT\fP on line 10, which it isn\(aqt.
+The output for \fIFILE\fP should read \fI10=A (1)\fP\&.
+.sp
+Also, this program:
+.INDENT 0.0
+.INDENT 3.5
+.sp
+.nf
+.ft C
+10 DIM A(1):A(0)=10
+20 DIM B(A(0))
+.ft P
+.fi
+.UNINDENT
+.UNINDENT
+.sp
+Results in this:
+.INDENT 0.0
+.INDENT 3.5
+.sp
+.nf
+.ft C
+A(/80: 10=AD 20=D (2)
+B(/81: 20=D (1)
+ 2 variables, 0 unreferenced.
+.ft P
+.fi
+.UNINDENT
+.UNINDENT
+.sp
+\fBvxrefbas\fP thinks \fIA(\fP is being DIMensioned on line 20, which it isn\(aqt. The
+output for \fIA(\fP should read \fI10=AD 20 (2)\fP\&.
.SH EXIT STATUS
.sp
0 for success, 1 for failure.