|
I graduated from the National Mining University of Ukraine (in June 2000) and want to move to the North America. If you have a proposal or can help, please feel free to contact me.
Links to all my posts to PICLIST are collected here. Most interesting ideas and code copied here directly.
The project deals with highly optimized code generation for PIC microcontrollers. Now two
generators are available:
- Constant
division/multiplication. It takes a lot of burden off your
back when you need to multiply an integer variable by floating
point constant, especially if it has to be done many times. Also
it can be used to code efficient shifts.
- Looking
for keywords in a text stream.
As an example, this code generator let's you check what text
commands are received by a serial link. You can specify
incomplete word match and case sensitivity.
- New ones coming soon!
|