TAL Reference Manual
TAL Syntax Summary (Railroad Diagrams)
Appendix B—526371.001
B-13
Fillers in Structures
Fillers in Structures
A filler is a byte or bit place holder in a structure.
Simple Pointers Declared in Structures
A simple pointer can be declared inside a structure.
Structure Pointers Declared in Structures
A structure pointer can be declared inside a structure.
Simple Variable Redefinitions
A simple variable redefinition associates a new simple variable with a previous item at
the same BEGIN-END level of a structure.
FILLER
BIT_FILLER
constant - expression ;
VSTB031.vsd
type identifier
.EXT
.
,
;
VSTB032.vsd
STRING
INT
identifier
VSTB033.vsd
.EXT
.
( referral ) ;
,
type
identifier previous - identifier= ;
VSTB034.vsd