.except pseudo-op
Purpose
Adds entries to the .except section of the output file, and adds a reference to
the information from the specified symbol.
Syntax
.except Name, StringConstant | Number1, Number2Description
The .except section contains information about trap instructions in the source
code. The .except pseudo-op must be used before the corresponding trap instruction
in the source program. A symbol can have multiple .except pseudo-ops and these
pseudo-ops are combined into a group of exceptions that are associated with the symbol.
Parameters
- Name
- The name of the symbol to be associated with the
.exceptentry. This name must appear in a.globlor.lgloblstatement. - StringConstant
- Name of a language. Valid language names are listed in the documentation of the
.sourcepseudo-op statement. - Number1
- Expression denoting a language. For valid values for this parameter, see the /usr/include/storclass.h header file.
- Number2
- The reason for the
.exceptentry. The value cannot be 0.