I'm new to gcc, just a question on gcc -masm
, I know that by using masm we can elect the (dis-)assembly dialect from ATT(default), to Intel. And -masm is a GNU option and has nothing to do with Microsoft's Macro Assembler (masm).But then what does the first m in -masm
mean?
↧
what does the first m in -masm mean?
↧