Literals, collected into pools by the assembler, are assembled as part of the executable control section to which the pools belong. If a LTORG instruction is specified at the end of each control section or element, the literals specified for that section or element are assembled into the pool starting at the LTORG instruction. If no LTORG instruction is specified, a literal pool containing all the literals used in the whole source module is assembled at the end of the first control section or at the end of the B_TEXT class belonging to the first section. This literal pool appears in the listings after the END instruction. For more information about the LTORG instruction, see LTORG instruction.
Independently Addressed Segments: If any control section is divided into independently addressed segments, a LTORG instruction should be specified at the end of each segment to create a separate literal pool for that segment.
[ Top of Page | Previous Page | Next Page | Contents | Index ]