At 11:16 12/30/2001 -0800, Mark Newland wrote: >Therefore, I can see my options as follows (someone feel free to add more): > >2) Buy CCS and write it for easy porting to HT later (that should be FUN, >haha!!). This might be a real option. Well structured code, some standardizing typedefs and macros and consistent use of the special features makes this easier. >5) Go into debt and give Don (Hi Don!!) $750 and buy HT (kind of leaning >towards this way) Apparently this is what I did... But I got it cheaper, I was a beta user back then :) >Dale Botkin wrote: > > setup_adc(ADC_CLOCK_DIV_32); > > setup_ccp1(CCP_CAPTURE_RE); > > setup_timer_1(T1_INTERNAL | T1_DIV_BY_1); Stuff like this, for example, should be possible to handle with macros. Even more so if you already do it with macros (that expand to the above) in CCS, and then just replace to what the macros expand when moving to a different compiler. ge -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.