.eb pseudo-op
Purpose
Identifies the end of an inner block and provides additional information specific to the end of an inner block.
Syntax
| Item | Description |
|---|---|
| .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
| Item | Description |
|---|---|
| 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