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.

Using IAR in assembly language How to do Set or EQU

I am using IAR to do assembly programming on aN MSP430G device.

How do I setup an instruction for SET or EQU?

I want to set R15 to be named PERIOD.  MY CODE IS:   PERIOD   EQU    R15 With no spaces preceding the word PERIOD.

IS THIS CODE OK OR DOES IT NEED TO BE PRECEDED BY SOMETHING??

**Attention** This is a public forum