Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
ARMASM: produce preprocessed output
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
119 subscribers
Views
3295 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
ARMASM: produce preprocessed output
John Doe
over 12 years ago
Note: This was originally posted on 6th February 2012 at
http://forums.arm.com
with armcc I can generate assembly listing by using --asm command line option. How can I do the same with armasm? The reason I want to do it is because of that unreadable macros used by armasm, in short I want all macro expanded and see regular asm listing (same as if I disassembled the obj file). The --asm option does the job very well, is there similar option I can use with armasm?
thanks
Parents
John Doe
over 12 years ago
Note: This was originally posted on 6th February 2012 at
http://forums.arm.com
armas help gives that list option at the beginning of the help text. However, this option gives even more crippled listing than the original asm file. It's nowhere near as the output that armcc --asm gives.
Cancel
Vote up
0
Vote down
Cancel
Reply
John Doe
over 12 years ago
Note: This was originally posted on 6th February 2012 at
http://forums.arm.com
armas help gives that list option at the beginning of the help text. However, this option gives even more crippled listing than the original asm file. It's nowhere near as the output that armcc --asm gives.
Cancel
Vote up
0
Vote down
Cancel
Children
No data