Hi,
I am a total newbie in both assembly programming and microcontrollers, but I am having a lot of fun reading J. Davis "MSP430 microcontroller basics". I have chosen mspgcc & mspdebug as my IDE since I am a linux user.
I am having trouble finding out how to allocate global variables, i.e. stored in flash memory. Davis uses RSEG directive as in relocatable assembly. My question is where can I find the absolute addresses for storing global variables using ORG directives instead?
By the way, I am using MSP430G2553 on Launchpad.
Thank you in advance!