Pascal cross-compiler for Microchip 8-bit PIC microcontrollers.
PicPas is a Pascal compiler and IDE, written in Lazarus, which generates executable code for Baseline and Mid-range PIC microcontrollers.
- No additional libraries or software required to compile. PicPas generates the *.hex file directly.
- PicPas works with a simplified version of the Pascal language, that has been adapted to work with limited resources small devices.
- Currently, it only supports basic types.
- It includes a complete IDE/debugger/simulator to facilitate the development.
- The PicPas compiler includes advanced optimization options so the code obtained is generally more compact than the obtained with other compilers.
Snap source: https://github.com/chronoscz/PicPas