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

.eb Pseudo-op

Purpose

Identifies the end of an inner block and provides additional information specific to the end of an inner block.

Syntax

.eb Number

Description

The .eb pseudo-op identifies the end of an inner block and provides symbol table information necessary when using the symbolic debugger.

The .eb 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 inner block ends.

Examples

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

.eb   10

Related Information

Pseudo-ops Overview.

The .bb pseudo-op.


[ Previous | Next | Contents | Home | Search ]