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.
Is it possible in the MSP430(X) to use a block move (instruction, macro or subroutine ) to save/restore register states (i. e. R4-R10) during a context switch? I want to preserve task states across runtime instances guess what I'm really looking for is a MOVEM (a la 68K/CF ISA_A) instruction or some way to emulate such an instruction. It looks do-able by using the extended PUSHX/POPX in combination with using the SP to do double duty during switches but that would not be preferred.
**Attention** This is a public forum