Go backward to STAB - Structure and Union specifications
Go up to The SOURCE and STAB Directives

STAB - Component Specifications

Components are described using an STAB directive with the word "COMPONENT" as its first argument. The other arguments to such a directive are like those found in LOCVAR and GLOBVAR directives. The second argument is the component's name (in qoutes), the third is the offset to the component (relative to the beginning of the structure) and finally the fourth is the type of the component. Each component is associated with the structure specified by the last STAB-STRUCT directive processed.

Prev Up