Hello
For Coldfire
1- If you want to check assembly code for a selected number of files:
- Open the source file in an edit window
- Click right inside of the edit window and select Disassemble. A new edit window is opened showing disassembly listing for selected file.
2- If you want to check assembly code for a all files within the project:
- Open the project Propertied dialog
- Go to theC/C++ Build -> Settings page
- Go to ColdFire-> Language Settings panel
- Add option -S to the Other flags edit box
- Click on OK to save the changes
- Rebuild the application. You should see the generated .s files in your build directory.
I have notified the doc team that this needs to be better documented.
CrasyCat