How get the List file from assembler?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-07 5:28 PM
Hello
I'm using CubeIDE.
I want to get list file which is containing OP code from "Startup_stm32f427zgtx.s" as a output of assembler.
I heard that I could use -Wa, -al option here and there on the Webs, but I couldn't get the list file of the assembler.
I'm waiting for your help.
Best Regards.
Solved! Go to Solution.
- Labels:
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-08 9:33 AM
In the debug folder of the project you get a <project_name>.list file.
This is the list file for the entire project.
You can search a label in this file to look at what you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-08 9:33 AM
In the debug folder of the project you get a <project_name>.list file.
This is the list file for the entire project.
You can search a label in this file to look at what you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-08 9:55 PM
I found the list file in the folder you mentioned.
Thank you.
