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.

MSP430F5244: Restrictions on Write Instructions to the Status Register

Part Number: MSP430F5244

Hi,

In the TRM, restrictions on instructions to the status register are described.

 

6.3.3 Status Register (SR)

https://www.tij.co.jp/jp/lit/ug/slau208q/slau208q.pdf

============================================================================
NOTE: Bit manipulations of the SR should be done by the following instructions: MOV, BIS, and BIC.
============================================================================

 

Do these mean that I need to use the MSP430 instructions instead of the MSP430X instructions?

(For example, if I want to set a bit in the SR, I need to use BIS instruction, not BISX instruction.)

Thanks,

**Attention** This is a public forum