|
From: Nicholas N. <nj...@ca...> - 2003-10-23 05:34:57
|
On Tue, 21 Oct 2003, Ayodele Thomas wrote: > I have seen the functions to print UCode instructions, but are there also > functions to print the x86 instructions that can be used from a skin? Not as such, unfortunately. If you use --trace-codegen=10001 you will see the initial x86 and final x86 instructions printed, though. N |