FreeRTOS-Kernel/portable/CCS/MSP430X
Gaurav-Aggarwal-AWS 97434a4e0c
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>
2023-05-15 23:29:04 +05:30
..
data_model.h Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
port.c Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
portext.asm Use the extended movx instruction instead of mov (#676) 2023-05-15 23:29:04 +05:30
portmacro.h Added support of 64bit events. (#597) 2023-02-03 07:34:02 -07:00