Can I disassemble my source code file?

Yes you can disassemble source code files. To create a disassemble file follow steps given below:

  1. Right-click the source file

    A context menu appears.

  2. From the context menu, select Disassemble option.

    The Disassemble Job window appears.

The disassembling file provides a way to show the results of object code produced from a C/C++ source file in the Editor. Once the Disassemble command is executed, it will proceed to compile, disassemble the file and show the resulting disassembled file in a new editor window, titled sourcefilenameXXXXX.lst , where XXXXX represent random numbers.