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. |