生成汇编代码比如,一个简单的函数:// hello.cvoid func(){}如何得到相应的汇编代码呢?gcc -S hello.chello.sclang -S hello.chello.sgcc -S ...
確定! 回上一頁