TAL Reference Manual

Equivalenced Variables
TAL Reference Manual526371-001
10-18
Usage Considerations
identifier
is the identifier of a structure pointer to be made equivalent to base-address.
referral
is the identifier of a previously declared structure or structure pointer that provides
the structure layout for
identifier.
base-address
is one of the following base address symbols:
index and offset
are equivalent INT values giving a location in the following ranges:
Usage Considerations
The STRING or INT attribute and addressing symbol determine the kind of addresses
a structure pointer can contain, as described in Table 9-3
on page 9-7.
If you use the CRE, locations G[0] and G[1] are not available for your data.
References to 'G', 'L', or 'S' are not portable to future software platforms.
'G' Denotes global addressing relative to G[0]
'L' Denotes local addressing relative to L[0]
'S' Denotes top-of-stack addressing relative to S[0]
0 through 255 For 'G' addressing
–255 through 127 For 'L' addressing
–31 through 0 For 'S' addressing