|
|||||||||||
Technical Support Support Resources
Product Information |
ARM: How Can I View the Assembly and Code for the Entire Application?Information in this knowledgebase article applies to:
QUESTIONI want to compare the generated assembly of one entire project to another. I already know that I can view this type of information in the Disassembly window, in a debug session. Is there a way to view both the code and the corresponding assembly of an image, inside a text file? AnswerYes, use the fromelf utility, with the "--interleave" option. To set this up in a Target in your project:
Then try to build the project. After the build and link stages are successful, then the User command will be executed. Review the file "outfile.lst" in the main project folder. Notes:
MORE INFORMATION
Last Reviewed: Tuesday, January 12, 2021 | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.