> From: Andy Kunz > To: PICLIST@MITVMA.MIT.EDU > Subject: Re: org command. > Date: Wednesday, 2 April 1997 21:34 > > >This isn't a precise reply, but might do what you want... > >If you use the #INT_GLOBAL preproc command, it replaces the standard ISR's > >with your own, custom, ISR. (residing at 0x04) It even generates the > >correct type of return at the end of your ISR. > > MAYBE! You never know when CCS is going to change that, too. I get rather > frustrated with them changing operations of things and not documenting it. True. One revision contained a *jump* at location 0x04, which was unfortunate, if the interrupt came whilst you were executing code in page 1. I ended up having to put some special purpose code at the beginning of page 1 to make it go to page 0. With CCS you need the 1 year maintenance contract. Glad it's a reasonable price... MikeS