Identifies the end of a function and provides additional information specific to the end of a function.
.ef | Number |
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.
Number | Specifies a line number in the original source file on which the function ends. |
The following example demonstrates the use of the .ef pseudo-op:
.ef 10
The .bf pseudo-op.