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
3294 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
Peter Harris
over 12 years ago
Note: This was originally posted on 7th February 2012 at
http://forums.arm.com
Hmm, I'd try assembling it to object form, and then using objdump/fromelf to disassemble the object.
I'm not aware of a preprocessor for the assembler macros.
Cancel
Vote up
0
Vote down
Cancel
Reply
Peter Harris
over 12 years ago
Note: This was originally posted on 7th February 2012 at
http://forums.arm.com
Hmm, I'd try assembling it to object form, and then using objdump/fromelf to disassemble the object.
I'm not aware of a preprocessor for the assembler macros.
Cancel
Vote up
0
Vote down
Cancel
Children
No data