SHOW
Controls the display of source code and disassembly. It is used
to enable the display of specific information, and is the opposite
of the HIDE command.
- BOTH
- Show source code interspersed with the generated assembler.
- SOURCE
- Show source code only, without interspersed assembler code.
- SEPARATOR
- A comma, blank, or semicolon. Separates the suboptions of SOURCE and BOTH.
- COMMENTS
- Show block comment source when source code is displayed.
- DECLARES | DCLS
- Show declaration source when source code is displayed.
- LINE
- Show source line numbers when source code is displayed.
- MACROS
- Show macro expansion source when source code is displayed.
- NOCODE
- Show source lines with no corresponding object code when source code is displayed.
- STATEMENT | STMT
- Show source statement numbers when source code is displayed.
- ALL | *
- Show all source code, interspersed with the generated assembler.
- DISASM
- Show disassembled assembler code only, without source code.
The initial settings are:
- BOTH, COMMENTS, DECLARES, MACROS, NOCODE, STATEMENT
Return codes
- 0
- Operation successful
- 2
- Keyword truncated
- 5
- Invalid information type keyword