最近在学 ARM 汇编,看到 LDM 指令的时候有个问题看不懂了。
Loading to the PC
A load to the PC causes a branch to the instruction at the address loaded.In ARMv4, bits[1:0] of the address loaded must be 0b00.
In ARMv5T and above:
bits[1:0] must not be 0b10
- if bit[0] is 1, execution continues in Thumb state
- if bit[0] is 0, execution continues in ARM state.
这是ARM官方对 LDM 指令读数据 PC 寄存器的描述。
为什么 bit[0] 置 1 之后,接下来就进到 Thumb 模式继续执行了呢。Tumb 指令两字节对齐,bit[0] 应该也是 0 吧。
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.