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

.ei Pseudo-op

Purpose

Identifies the end of an included file and provides additional information specific to the end of an included file.

Syntax

.ei

Description

The .ei pseudo-op identifies the end of an included file and provides symbol table information necessary when using the symbolic debugger.

The .ei pseudo-op has no other effect on assembly and is customarily inserted by a compiler.

Examples

The following example demonstrates the use of the .ei pseudo-op:

.ei   "file.s"

Related Information

Pseudo-ops Overview.

The .bi pseudo-op.


[ Previous | Next | Contents | Home | Search ]