/usr/ccs/bin/dis [options] filesDisassemble the object or archive files. See also as.
-CDisplay demangled C++ symbol names. Solaris only.
-d sectionDisassemble only the specified section of data, printing its offset.
-D sectionSame as -d, but print the data's actual address.
-F funcDisassemble only the specified function; reuse -F for additional functions.
-l stringDisassemble only the library file string (e.g., string would be malloc for libmalloc.a).
-LLook for C source labels in files containing debug information (e.g., files compiled with cc -g).
-oPrint octal output (default is hexadecimal).
-t sectionSame as -d, but print text output.
-VPrint version information on standard error.