I use assembly only , and assemblers ,recently I purchased launch pad MSP430 and so need to use the Assembler of CCS V5 , it seems heavily oriented to
C . in the MSP430 Assembly tools PDF it gives examples of setting variable address and length but these state ments as shown in that document all generate errors
I have assembly code running with no variables but of course that limits functionality to blinking LEDs
My question is then
How do I set up un initialised RAM variables in an Assembly routine written with CCS V5 , Byte size and named ?
How do I set up Data in program memory both HEX Byte , and HEX word values in an Assembly routine written with CCS V5. IE Data tables. ?
How do I set up Data sections named Variables and HEX WORD and BYTE values in EE Memory in an Assembly routine written with CCS V5?
I have been trying to figure this one out for days using TI documentation but every time I use the examples given I just get errors.
Many thanks
regards
Peter