Nikolai Golovchenko's Personal Page

NIK.jpg - 13826 Bytes

See my resume

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.

My PICLIST activities

Links to all my posts to PICLIST are collected here. Most interesting ideas and code copied here directly.

Code Generation Project

The project deals with highly optimized code generation for PIC microcontrollers. Now two generators are available:

  1. 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.
  2. 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.
  3. New ones coming soon!
Last updated on July 6, 2000 by Nikolai Golovchenko