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
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal