View Assembly output

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

View Assembly output

1,236件の閲覧回数
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 返答(返信)

1,153件の閲覧回数
ErichStyger
Specialist I

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 件の賞賛
返信

1,153件の閲覧回数
cpchen
Contributor III

Hi Erich,

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

Regards,

CP