这是为什么呢?
gcc-8 -masm=intel -m32 -S -fverbose-asm main.c cc1: error: -masm=intel not supported in this configuration
我想生成英特尔汇编代码用于学习。
3pvhb19x1#
我想生成英特尔汇编代码用于学习。为此,我推荐https://godbolt.org。当你停止输入代码时,它会立即显示程序集。
示例:https://godbolt.org/z/nbjsTxf95
1条答案
按热度按时间3pvhb19x1#
我想生成英特尔汇编代码用于学习。
为此,我推荐https://godbolt.org。当你停止输入代码时,它会立即显示程序集。
示例:https://godbolt.org/z/nbjsTxf95