What does the hash (#) value associated with the ARM LDR instruction mean?

前端 未结 3 1774
滥情空心
滥情空心 2021-02-20 18:46

I\'m trying to debug a crash I am experiencing in my application. The stack trace is pointing to an LDR instruction with the following format (thanks disassembler):



        
3条回答
  •  别跟我提以往
    2021-02-20 19:05

    It adds 4 to the value in R0 and uses that as the address to load a 32 bit value into the register R3

提交回复
热议问题