Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I want to debug the assembler produced by the compiler: how can I read the resulting assembler code?

0
Posted

I want to debug the assembler produced by the compiler: how can I read the resulting assembler code?

0

If you want only to read only your own code in assembler type: make $(src_dir)/foobar.s If you want to read the final code sent to the Khepera type: make $(src_dir)/foobar.lst

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123