I am using Assembly language for coding MSP430 in CCS v5.5.0.
When I declare the string as follows it is storing the values as in the image.
arr .string "Hello World\0"
Although it should be stored as "Hello World" however it is storing as "eHll ooWlr\d"