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

.bc Pseudo-op

Purpose

Identifies the beginning of a common block and provides information specific to the beginning of a common block.

Syntax

.bc StringConstant

Description

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

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

Parameters

StringConstant Represents the symbol name of the common block as defined in the original source file.

Examples

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

.bc   "commonblock"

Related Information

Pseudo-ops Overview.

The .ec pseudo-op.


[ Previous | Next | Contents | Home | Search ]