It annoys me every time I use +PrintAssembly with Hotspot and have to read the horrible AT&T syntax.
Any simple way to tell it to use the Intel syntax?
|
|
All you need is to parse some options onto the dis-asm.h and binutils code For intel Asm (which I also prefer) just add the following
If you need to combine options do it with commas like so
Anything not recognised as a hsdis option will be fed to the disassembler, these options are the same ones you see listed from
|
||||
|
|
I don't think there's any existent way to do this. But this is what I've found-
Here is the source of Here is the step by step procedure to get the source, build and finally get the I haven't tried this out myself. I wish you get this to work :) If nothing works, this should make you comfortable with AT&T Syntax :) |
|||||||||||||
|