How do you use gcc to generate assembly code in Intel syntax?
Asked 07 September, 2021
Viewed 3K times
  • 65
Votes

The gcc -S option will generate assembly code in AT&T syntax, is there a way to generate files in Intel syntax? Or is there a way to convert between the two?

3 Answer