[fpc-pascal] Viewing disassembly without call stack?

Martin lazarus at mfriebe.de
Wed Nov 6 23:06:18 CET 2013


On 06/11/2013 17:55, Jim Leonard wrote:
> When I use the text-based FP CUI and my program crashes, I have the 
> ability to go to a line in the resulting call stack and hit ALT+I to 
> view the disassembly of where it crashed.  Is it possible to view the 
> disassembly of any line without needing the program crashing?
>
> What I'm after is something where I can rewrite a line/section, 
> compile, and then view the disassembly to see if what I wrote produces 
> more optimal code.

Compile with -al
and the compile will write assembler source files



More information about the fpc-pascal mailing list