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

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