[ Previous | Next | Contents | Home | Search ]
AIX Version 4.3 Assembler Language Reference

.ef Pseudo-op

Purpose

Identifies the end of a function and provides additional information specific to the end of a function.

Syntax

.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

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

Related Information

Pseudo-ops Overview.

The .bf pseudo-op.


[ Previous | Next | Contents | Home | Search ]