Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在代码开头有一个这样的变量:
@;-- .data. Initialized data --- .data .align 2 seed32: .word 0xffffffff @;seed value (initial seed cannot be 0)
“您只能使用 MOV 加载遵循公式 imm8 ROR imm4*2 的立即数(在 ARMv6T2 及更高版本上,您还可以加载 16 位立即数)。要加载其他立即数,请使用伪指令 LDR Rn,=imm(例如, LDR R2,=0x0019660D)"
工作得很好。