.ef pseudo-op
Purpose
Identifies the end of a function and provides additional information specific to the end of a function.
Syntax
Item | Description |
---|---|
.ef | Number |
Description
The .ef pseudo-op identifies the end of a function and provides symbol table information necessary when using the symbolic debugger.
The .ef pseudo-op has no other effect on assembly and is customarily inserted by a compiler.
Parameters
Item | Description |
---|---|
Number | Specifies a line number in the original source file on which the function ends. |
Examples
The following example demonstrates the use of the .ef pseudo-op:
.ef 10