简体   繁体   English

Cortex-M4操作码列表

[英]List of Cortex-M4 Opcodes

I've been looking for a list of the opcodes used in ARM Cortex M3/M4/M4F, without luck. 我一直在寻找ARM Cortex M3 / M4 / M4F中使用的操作码列表,没有运气。


There are plenty of [online] references to the 32-bit format of ARM instructions. 有很多[在线]参考32位格式的ARM指令。
References to Thumb-2 instructions are scarce, but available . 对Thumb-2指令的引用很少,但可用
The version used in -M variants, however, I cannot find! 在-M变种中使用的版本,但是,我找不到!

The ARM Technical Reference Manual has a "programmers Model" section which lists instructions, cycles per instruction... but no actual codes. ARM技术参考手册有一个“程序员模型”部分,其中列出了指令,每个指令的周期......但没有实际代码。
I found a "Definitive Guide" which has the same problem. 我找到了一个“权威指南”,它有同样的问题。

The information must be out there somewhere - you need it to write a compiler. 信息必须在某处 - 你需要它来编写编译器。
Where should I be looking? 我应该在哪里看?

The ARM Technical Reference Manual [...] ARM技术参考手册[...]

Wrong manual. 错误的手册。 You need the ARM ARM, or ARM Architecture manual for armv7-m. 您需要armv7-m的ARM ARM或ARM体系结构手册。 I cannot link to it here because ARM allows downloads of the ARM ARM only for registered users. 我无法在此处链接,因为ARM仅允许为注册用户下载ARM ARM。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM