首页 > 代码库 > linux 下gcc生成intel汇编

linux 下gcc生成intel汇编

  留作备忘:

  gcc -S -masm=intel xxxx.c

  生成elf可执行文件:
  gcc -o xxx xxxx.s