View Assembly output

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

View Assembly output

1,042 次查看
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 回复数

959 次查看
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 项奖励
回复

959 次查看
cpchen
Contributor III

Hi Erich,

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

Regards,

CP