HIDE
Controls the display of source code and disassembly, by
hiding information. The SHOW command controls the display by
showing information.
- DISASM
- Show source code only
- ALL | *
- Show source code only, excluding comments, declarations, macro expansions, and source lines with no corresponding object code
- SOURCE
- Show disassembly only
- COMMENTS
- Exclude block comment source code
- DECLARES | DCL
- Exclude declaration source code
- MACROS
- Exclude macro expansion source code
- NOCODE
- Exclude source lines with no corresponding object code