Identifies the beginning of an included file and provides information specific to the beginning of an included file.
.bi | StringConstant |
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.
StringConstant | Represents the name of the original source file. |
The following example demonstrates the use of the .bi pseudo-op:
.bi "file.s"
The .ei pseudo-op, .line pseudo-op.