Contents|Index|Previous|Next
Symbol attributes for COFF

The COFF format supports a multitude of auxiliary symbol attributes; like the primary symbol attributes, they are set between .def and .endef directives.

Primary attributes

The symbol name is set with .def; the value and type, respectively, with .val and .type.

Auxiliary attributes

The as directives, .dim, .line, .scl, .size, and .tag, can generate auxiliary symbol table information for COFF.


Top|Contents|Index|Previous|Next