[Mono-dev] Inspecting x86 assembly
Stack Pointer
stackpointer at me.com
Fri Nov 16 08:15:57 UTC 2012
I want to inspect the x86 assembly that mono generates from my .exe. Mostly for specific functions. How do I achieve this?
$ mono --help-devel
tells me that I could compile a method and generate assembly for it. How should I be using it? If I do:
$ mono --ncompile 1 --compile METHODNAME EXENAME EXEOPTIONS
I get an error saying:
Usage: mini --ncompile num --compile method assembly
How do you guys inspect the generated assembly while developing? Is there some other internal option that enables that?
Thanks,
Vrajesh
More information about the Mono-devel-list
mailing list