sam_des
Senior Member
Offline
Posts: 256
Thank You
-Given: 128
-Receive: 151
|
|
« Reply #2 on: February 18, 2023, 04:08:54 04:08 » |
|
There are few, - CC5X/CC8E from BKND - Non-ANSI & quirky but excellent optimizations
- mikroC/mikroBasic/mikroPascal for PIC from mikroE - Not maintained anymore as company has moved on to something called Necto Studio
- SourceBoost - Not maintained anymore, you can download last version for free. Gets you C, C++, Basic compilers
- Great Cow Basic(GCBasic) - Basic only, supports most PIC devices, maintained, Free, quite a good library, All RAM allocation is static
- JAL(Just Another Language)- Pascal like language, most PIC devices supported, maintained, free, good library support, support basic RAM reuse, poor optimization
- PBP - Basic Only, old, not much library, Static RAM allocation, Needs MPASM which is no longer maintained by Microchip
- Proton Basic - Basic Only, officially unmaintained now, but 1 Developer supporting it independently. Static RAM allocation, requires MPASM
- SwordFish Basic - Basic Only, PIC18 only, RAM reuse, good library, better optimization, requires MPASM
- SDCC - Not maintained anymore
Hope this helps, sam_des
|