Classification: |
C++ |
Category: |
Development |
Created: |
06/01/2004 |
Modified: |
06/01/2004 |
Number: |
FAQ-1068 |
Platform: |
Symbian OS v6.0, Symbian OS v6.1, Symbian OS v7.0, Symbian OS v7.0s, Symbian OS v8.0, Symbian OS v8.0a, Symbian OS v8.0b |
|
Question: This FAQ describes how to display assembler code when compiling for thumb or arm4
Answer: By using abld listing which is invoked with: abld listing where:
is e.g. arm4 or thumb
is udeb or urel
is the name of the MMP file without the extension
is the name of the source file without the extension
e.g. abld listing arm4 urel helloworld helloworld
would produce:
helloworld.lis.arm4
|