/DISASSEMBLE (I64 only)
Positional qualifier.
Displays all sections of type SHT_PROGBITS where the executable
flag is set (SHDR$M_SHF_EXECINSTR in the section header). The
section data will be displayed as machine instructions with
symbolization of labels, branch targets, and so on. All local and
global symbols from the symbol table are used for symbolization.
The output is similar to compiler generated machine code
listings.
NOTE
This qualifier is accepted only for objects. I64 images
contain only global symbols, if any at all. In addition,
output produced with this qualifier differs from output
produced by ANALYZE/OBJECT/SECTIONS=CODE, which provides
machine code output for the same sections, although without
symbolization.