Select various attributes of a chip.
Syntax:
PRAGMA TARGET CHIP chipnameAnalogous to:
CONST target_chip = cexpr
The compiler will look for a constant named `PIC_chipname' and
assign it to target_chip. This might be used by some libraries
to modify their behavior based on the chip in use. The compiler
itself does not use this information.