The offset modification may be performed either before (pre-indexed, P=1) or after (post-indexed, P=0) the base is used as the transfer address.
在这句话中的最后说是the base is used as the transfer address.的意思是不是基址寄存器被用做传送地址,如果是这样的话,那么一个寄存器怎么可以做为传送地址呢?
是不是可以理解成寄存器中的内容装的是传送地址呢?

解决方案 »

  1.   

    The only use of the W bit in a post-indexed data transfer is in privileged mode code, where setting the W bit forces non-privileged mode for the transfer, allowing the operating system to generate a user address in a system where the memory management hardware makes suitable use of this hardware.
    你可以帮我翻译这一大串吗?
    嫌烦就算了,没关系的:)
      

  2.   

    A byte load (LDRB) expects the data on data bus inputs 7 through 0 if the supplied address is on a word boundary, 这个不会:(
      

  3.   

    A byte load (LDRB) expects the data on data bus inputs 7 through 0 if the supplied address is on a word boundary, 如果提供的地址是一个字的范围,字节载入(LDRB 估计是指令)预先的数据通过数据总线(0~7)输入。