1.3. TARGET FUSES

Format:


        PRAGMA TARGET FUSES [ cexpr0 ] cexpr
      
Analogous to:

        CONST _config = cexpr, 
        or CONST _config[cexpr0] = cexpr
      
cexpr0 is only used when multiple config words exist in which case 0 is the first config word, 1 the second, and so on.

The configuration words define how some parts of the destination chip are used. While it is possible to set the fuses directly, it is generally better to use the "TARGET opt tags" construct below.