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.

CCS/MSP430F2111: Line continuation character

Part Number: MSP430F2111

Tool/software: Code Composer Studio

Hello,

I'm working on porting some pretty old msp assembly into a code composer studio project. This code spans a large amount of target configurations and often chains assembly commands to multiple lines to highlight the different configuration options (and improve readability). I was wondering either 

a.) how to enable the line continuation character (i'm familiar with it being \ but this is causing an unrecognized special character error)

b.) if it is already enabled, what is it?

Thanks!