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

.bi Pseudo-op

Purpose

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

Syntax

.bi StringConstant

Description

The .bi pseudo-op provides symbol table information necessary when using the symbolic debugger.

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

The .bi pseudo-op should be used with the .line pseudo-op.

Parameters

StringConstant Represents the name of the original source file.

Examples

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

.bi   "file.s"

Related Information

Pseudo-ops Overview.

The .ei pseudo-op, .line pseudo-op.


[ Previous | Next | Contents | Home | Search ]