.edata Directive

Syntax

.edata flag [ [data] lang-handler ]

Description

The .edata directive marks data related to exception handling.

If flag is 0, the assembler moves the data following the directive to the .xdata section.

If flag is 1, the assembler creates a function table entry for the next .ent directive. The function table entry contains the language-specific handler and data. If data is not specified, the data field in the procedure descriptor is set to zeros.