如何确定 CPU 是否兼容 ARM v5 cpu 指令

发布于 2024-11-25 09:27:39 字数 70 浏览 1 评论 0原文

我想知道如何识别CPU是否与ARM v5指令集兼容。

假设 ARM v7 指令与 ARM v5 兼容是否正确?

I would like to know how to identify whether or not a CPU is compatible with the ARM v5 Instruction Set.

And is it correct to assume that ARM v7 Instructions would be compatible with ARM v5?

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

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

发布评论

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

评论(1

ぇ气 2024-12-02 09:27:39

您可以阅读CPUID基址寄存器< /a> 获取零件号。然后您可以将该值用于 映射到处理器的类型以及它实现的指令集。

You can read the CPUID base register to get the PARTNO. You can then use the value to map to the type of the processor and thus the instruction set it implements.

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