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

.bf Pseudo-op

Purpose

Identifies the beginning of a function and provides information specific to the beginning of a function.

Syntax

.bf Number

Description

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

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

Note: The .function pseudo-op must be used if the .bf pseudo-op is used.

Parameters

Number Represents the absolute line number in the original source file on which the function begins.

Examples

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

.bf   5

Related Information

Pseudo-ops Overview.

The .ef pseudo-op, .function pseudo-op.


[ Previous | Next | Contents | Home | Search ]