Thanks! It is incredible - the tech support we can get from each other on the PIClist is faster and of higher quality than I can get direct from the suppliers. -----Original Message----- From: Piu Cheng To: PICLIST@MITVMA.MIT.EDU Date: Monday, March 22, 1999 11:48 AM Subject: Re: CCS Compiler - locating an ARRAY >Hi Lawrence, > >I think it should this: > >#byte arrayvariable=0x71; > >ivan. >On Mon, 22 Mar 1999, Lawrence Lile wrote: > >> I'm using the CCS C compiler. (No "I told you so's" from Andy or other >> Hitech fans) >> >> and I'm trying to specify an array in banked ram. I think the proper syntax >> is: >> >> >> int arrayvariable[15]; >> #byte arrayvariable[0] = 0x71 >> >> >> This is supposed to allocate an array of 15 8-bit registers between 0x71 >> and 0x7F. Is this actually correct? >> >> >> Lawrence Lile >>