Category:CCS C Compiler
From Pigmeo Development Wiki
The CCS C Compiler is a C compiler for Microchip microcontrollers and DSPs. The main executable (ccsc.exe) contains the following compilers:
- CCS PCB - For baseline microcontrollers, 12-bit opcode (PIC10F, some PIC12F and some PIC16F)
- CCS PCM - For midrange microcontrollers, 14-bit opcode (PIC12F and most PIC16F)
- CCS PCH - For PIC18 micrcontrollers, 16-bit opcode
- CCS PCD - For PIC24 and dsPIC

