>Still couldn't locate the support guy saying anything, but I think that I >have it figured out. The Picclite compiler uses the >C:\picclite\include\pic.h file to zoom in on which chip to use (I think, >after a rather cursory look) and in there if either _16F627 or _16F628 is >defined (this is probably the command line specification of which chip to >use) it includes "pic16f6x.h" for the compile. So, the point is (yeah, I >know I am rambling a bit) that the same include file is used for either the >627 or the 628. > >John Insert this into the picclite.ini file in the lib directory under the entry for the 627 [16F628] ARCH=PIC14 ROMSIZE=800 BANKS=4 RAMBANK=20,5F RAMBANK=A0,EF RAMBANK=120,14F COMMON=70,7F Add this one into the pic.h after the 627 #if defined(_16F628) || defined(_16F628) #include #endif Now it should be selectable in the controller selection and compile. Have fun Dave -- http://www.piclist.com hint: The list server can filter out subtopics (like ads or off topics) for you. See http://www.piclist.com/#topics