I'm using D8 shell and the flag --print-opt-code
to print the code TurboFan generates.
However, the code is printed using AT&T syntax. I'm not familiar with it, but with Intel syntax. I searched in d8 --help
and didn't find an option for this. Does V8 have an option to print the assembly using Intel syntax? If not, is there a workaround, such as a program that I can run together with D8 to convert the AT&T to Intel syntax?