Chapter 1. Chip Configuration

Select various attributes of a chip.

1.1. TARGET CHIP

Syntax:


        PRAGMA TARGET CHIP chipname
      
Analogous 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.