Edson, I'm not sure about the first question, but in the cas of the second one, write your Interrupt handler in assembly and make it an inline routine. That way, you don't have to use the 40 bytes (words) that the compiler gives you. I too use this compiler, and I think it's a bargain for the money. Anyway, hope this helps you out. Regards, Jim On Wed, 29 December 1999, Edson Brusque wrote: > > Hello, > > I'm evaluating the demo version of CCS PCM PIC-C Compiler, and have two > questions: > > 1) How is the correct syntax of the table constants? > The help file says: > BYTE CONST TABLE = {9,8,7,6,5,4,3,2,1,0}; > but the compiler gives a "Expecting a ; or ," error. > BYTE TABLE[10] = {9,8,7,6,5,4,3,2,1,0}; > is ok, but put the values on RAM. > > 2) The compiler puts a lot of instructions (about 40) to gerenciate the > interrupts. Is there a way to bypass it and put a function at ROM > position 0x04? > > Best regards, > > Brusque > > ___________________________________________________________________________ > | | || |\| | || || |\|\ Edson :-^= Brusque > | | || ||| | || || |||| brusque@flynet.com.br > | |_||_||| |_||_||_|||| Musician, Programmer, Developer, Electronics > | \_\\_\|| \_\\_\\_\||| Blumenau / SC / Brazil / South America > | | | | | | | || Earth / Solar System / Milk Way > |__|__|__|__|__|__|__|| Giro In'Italia homepage: www.flynet.com.br/giro > \__\__\__\__\__\__\__\| C.I.Tronics Lighting Designers: www.citronics.com.br > ---------------------------------------- ICQ# 15937748 --------------------- > Founder of the CUMP mailing list subscribe-cump@egroups.com > Founder of the SoundFont mailing list soundfont-subscribe@onelist.com > ---------------------------------------------------------------------------- jim@jpes.com