]> begriffs open source - freertos/commit
Use the extended movx instruction instead of mov (#676)
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Mon, 15 May 2023 17:59:04 +0000 (23:29 +0530)
committerGitHub <noreply@github.com>
Mon, 15 May 2023 17:59:04 +0000 (23:29 +0530)
commit97434a4e0cfcf8dbd5cceeaf68c3f37121b03996
tree7ea15619aa3c981f46d2f04923f2bb3d8ccd501b
parenta07f649bd50798cf7bd20325f12491c599a8bd39
Use the extended movx instruction instead of mov (#676)

The following is from the MSP430X instruction set -

```
MOVX.W Move source word to destination word.

The source operand is copied to the destination. The source operand is
not affected. Both operands may be located in the full address space.
```

The movx instruction allows both the operands to be located in the full
address space and therefore, works with large data model as well.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
portable/CCS/MSP430X/portext.asm