-pic


< Assembler Command Options / Microcontroller Options >

[Format]

-pic

 

-

[Default]

This option generates a relocatable object indicating that code was generated with the PIC function disabled.

[Description]

-

This option generates a relocatable object indicating that code was generated with the PIC function enabled.

[Remarks]

-

Even if code conflicting with this option is written in the assembly code, it will not be checked.

-

A relocatable object with the PIC function enabled cannot be linked with a relocatable object with the PIC function disabled.

-

For the PIC function, also refer to Usage of PIC/PID Function.