Identifies the end of an inner block and provides additional information specific to the end of an inner block.
.eb | Number |
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.
Number | Specifies a line number in the original source file on which the inner block ends. |
The following example demonstrates the use of the .eb pseudo-op:
.eb 10
The .bb pseudo-op.