This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] MSP430I2040:16位寻址- mov.w

Guru**** 2380860 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/865312/msp430i2040-16-bit-addressing---mov-w

器件型号:MSP430I2040

大家好、

RAM 段中的十六进制数据:

地址   数据

0x270   0x12

0x271   0x34

0x272   0x56

0x273   0x78

0x274   0x9A

0x275   0xBC

说明:

MOV.w &0x272、R5

MOV.w & 0x273、R6

寄存器 R5和 R6中的数据是否等于0x5678? 如果不是、那么该怎么办?

谢谢、

TR

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Trenton:

    这两个值都应为0x7856。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    谢谢、Wei。 您是否知道他们的字节交换在任何地方都有记录?