Easy way to convert c code to x86 assembly?

前端 未结 9 1745
礼貌的吻别
礼貌的吻别 2021-01-30 23:44

Is there an easy way (like a free program) that can covert c/c++ code to x86 assembly?

I know that any c compiler does something very similar and that I can just compile

9条回答
  •  深忆病人
    2021-01-31 00:23

    notice every architecture has its own unique names and even build differently now when you know the stacks involved using asm volatile would b the perfect solution

提交回复
热议问题