View Assembly output

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

View Assembly output

935 Views
cpchen
Contributor III

I am testing the inline assembly in my code,  with no debugger or targett hardware connected, simply using MCUXpresso to write the assembly and build

Is it possible to view the assembly result after build ? I try open the disassembler view, but it was empty.

2 Replies

852 Views
ErichStyger
Senior Contributor V

Hi Chen,

there are several different ways to do this, one is using Binaries > Disassembly context menu. See Creating Disassembly Listings with GNU Tools and Eclipse | MCU on Eclipse  for all the different ways.

I hope this helps,

Erich

0 Kudos

852 Views
cpchen
Contributor III

Hi Erich,

Thnk you very much for the help, very appreciated.  I got the assembly listing now.  

Regards,

CP