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.
可能重复: 如何在 iPhone 上进行内联汇编?
我正在运行 xcode4.2.1,我可以在代码中进行在线汇编,即 __asm 吗?
这只是使用指定的内联和asm () 调用的问题:
inline void myFunction() { __asm__(//asm goes here); }
CLANG 确实使用了类似但不同形式的 ASM(它仍然与 GAS 非常兼容,可以在此处阅读