Thank you, I will take a look at the header files. Your example did the trick.
Anthony > Date: Thu, 21 May 2009 11:38:40 +0300 > From: [email protected] > To: [email protected] > Subject: Re: [Mspgcc-users] Memory Address Allowcation > > Anthony L wrote: > > I want to set the storage location for this struct at memory address 0x0021. > > Ive been told that in IAR this is done with the @ symbol. Is there a > > simmilar way of doing this in mspgcc? > Take a look at header files in msp430/include/msp430: > > struct adc10_t adc10 asm("0x01B0"); > > > -- > Regards, > Sergey A. Borshch mailto: [email protected] > SB ELDI ltd. Riga, Latvia > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users _________________________________________________________________ Drag n’ drop—Get easy photo sharing with Windows Live™ Photos. http://www.microsoft.com/windows/windowslive/products/photos.aspx
