Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
拥有 C 或 C++ 源代码如何在 x86 和 ARM 程序集中转换这些语句?我的意思是一个纯文本文件,其中包含来自我的 C/C++ 等效源代码的汇编编写源代码。
编辑:
我使用 GCC/CNU 工具链
您将需要一个可以同时执行两者的交叉编译器,然后只需使用
g++ -S [Plus all you other switch's and cross compile ones]
这将为您节省中间汇编程序