如何确定 CPU 是否兼容 ARM v5 cpu 指令
我想知道如何识别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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以阅读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.