C 到 ARM ASM 转换器

发布于 2024-08-31 17:15:09 字数 88 浏览 2 评论 0原文

是否有任何转换器可以将 C 函数转换为 ARM (v6) ASM 代码,或者我需要手动执行?

我正在尝试在 Iphone 上获得 C 函数的性能。

Is there any converter to convert a C function into ARM (v6) ASM code or I need to do it manually ?

I am trying to gain the performance of a C function on Iphone.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

佼人 2024-09-07 17:15:09

假设您在 XCode 中,打开源文件并选择 Build =>;显示汇编代码

Supposing you're in XCode, open the source file and select Build => Show Assembly Code.

拥有 2024-09-07 17:15:09

执行此操作的工具称为编译器:) 看看这里: http://www.keil.com/arm /

tool that does it is called compiler :) take a look here: http://www.keil.com/arm/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文