TAL Reference Manual

TAL Syntax Summary (Railroad Diagrams)
Appendix B—526371.001
B-22
Base-Address Equivalenced Structure Pointers
Base-Address Equivalenced Structure Pointers
A base-addressed equivalenced structure pointer associates a structure pointer with a
global, local, or top-of-stack base address.
NAME and BLOCK Declarations
The following syntax diagrams describe NAME and BLOCK declarations.
NAMEs
The NAME declaration assigns an identifier to a compilation unit and to its private
global data block if it has one.
BLOCKs
The BLOCK declaration groups global data declarations into a named or private
relocatable global data block.
STRING
INT
.EXT
. identifier referral( )
= ;
[
+
-
]
,
base - address
index
offset
VSTB051.vsd
NAME identifier ;
VSTB052.vsd