Search notes:

gcc -masm

-masm=dialect selects the dialect in which assembly instructions are recognized or output.

Print known dialects

$ gcc --help=target | awk '/Known assembler dialects/{getline; print}' | xargs -n1
att
intel

Index