B.Lo.C Language for PIC Micro
16. December 2009 by admin.
from http://pp06.sourceforge.net/bloc.html
Fast Development On - Time
BLOC
C like language
- Fast to Write, fewer mistakes
- Programs are readable, and comprehensible
- Familiar to available programming staff
- Code will be supportable by new or different staff into the future
- Programs can be ported easily from algorithms developed in C,
- Code can be ported to other processors
Designed for PIC architecture
- No stack usage
- No use of intermediate storage during expression evaluation
- No “optimization” : code executes as written
- BLOC was written for real time signal processing at 10kHz using the PIC 16C71 !