Rocket® Enterprise Developer (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
The -exp Option
The -exp option produces an expanded code listing at the end of the listing file, providing the location and low-level language translation for each instruction and label in the program. The following information is displayed for each statement, in five columns:
| Column | Displays |
|---|---|
| First | The source statement line number. |
| Second | The offset location of each instruction in the statement. |
| Third | The hexadecimal representation of each instruction. |
| Fourth | The instruction in a pseudo-assembly code dialect. |
| Fifth | Information about the operands used by each instruction. |