disassembler command (WATCOM)
Syntax:
wdisasm [options] filespec [options]
Options:
- -l[=list_file]
- create a listing file
- -s[=source_file]
- using object file source line information, imbed original source
lines into the output file
- -c=code_name
- name of additional segments that contain executable code
- -i=char
- redefine the initial character of internal labels (default: L)
- -a
- write assembly instructions only to the listing file
- -au
- write assembly instructions only to the listing file using
UNIX-style assembly syntax
- -b
- generate alternate form of based or indexed addressing modes
- -e
- include list of external names
- -p
- include list of public names
- -r
- display register names in upper case
- -u
- display instruction opcode mnemonics in upper case
- -m
- leave C++ names mangled
Description:
The Watcom Disassembler takes as input an object file, and
produces as output the Intel assembly language equivalent.
The filespec argument
is the name of the object file to be
disassembled. A default filename extension of .o is
assumed when no extension is specified.
See also:
The Disassembler
chapter in the Compiler & Tools User's Guide