Identifies the end of a static block and provides additional information specific to the end of a static block.
The .es pseudo-op identifies the end of a static block and provides symbol table information necessary when using the symbolic debugger.
The .es pseudo-op has no other effect on assembly and is customarily inserted by a compiler.
The following example demonstrates the use of the .es pseudo-op:
.lcomm cgdat, 0x2b4 .csect .text[PR] .bs cgdat
.stabx "ONE:1=Ci2,0,4;",0x254,133,0 .stabx "TWO:S2=G5TWO1:3=Cc5,0,5;,0,40;;",0x258,133,8 .es
The .bs pseudo-op.