You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
data_model.h Normalize line endings and whitespace in source files 2 years ago
port.c Normalize line endings and whitespace in source files 2 years ago
portext.asm Use the extended movx instruction instead of mov (#676) 2 years ago
portmacro.h Added support of 64bit events. (#597) 2 years ago