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??