> From: John Payson > To: PICLIST@MITVMA.MIT.EDU > Subject: Re: org command. > Date: Thursday, 3 April 1997 13:37 > > > I've been BEGGING CCS to enable ORG. No luck so far, though. > > > > To accomplish what you want, use #int_global > > > > You need to be careful about what version of the compiler you are using, > > though, as CCS has changed (and not documented it, as usual) what it does > > with regard to saving the working registers. > > CCS's lack of documentation is IMHO a major weakness with that compiler; for > every project I do at work I make a copy of the compiler that was current when > I did the project to ensure that a new compiler version won't break everything. > Agreement. When you are in the developing process for a given project, and you hit a problem that is compiler-caused, you have to, in many cases, get them to fix it. At that point, you then have to test all of your already tested code for new errors. Grrrh! I've certainly got out of the habit of changing versions for no reason... MikeS