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.
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
Hi Erich,
Thnk you very much for the help, very appreciated. I got the assembly listing now.
Regards,
CP