Disassembler

Started by akko, December 24, 2010, 10:17:22 AM

Previous topic - Next topic

akko

Guess this is a rather dumb question (I tried with the integrated debugger but without luck):
What is the best way to disassemble & analyse the generated code?

I want to tune some loops to max speed by some assembler instructions. However it is important to see how it is integrated with the rest of the code.

BTW it would be nice to have computed goto's with Pelles C.

Merry Christmas to everybody here !!

TimoVJL

#1
With pocc.exe commandline option /T
or podump /DISASM

Merry Christmas to all !
May the source be with you

Vortex

Code it... That's all...

akko

Oh silly, silly me!!   ;D

Compile & link with all debugging information
Right click in the debugger pane, and select disassemby view.