var fDesc=new Array(); fDesc[0] = "HI-TECH C compiler for PIC10/12/16 MCUs implements the optimizations of Omniscient Code Generation™ (OCG) - a whole-program compilation technology - to provide denser code and better performance for development on PIC10/12/16 MCUs.

This ANSI C Compiler available in three operating levels.

HI-TECH C is a world class brand of compilers featuring Omniscient Code Generation™, whole-program compilation technology, for Microchip Technology's 8-, 16-, and 32-bit PIC® microcontroller and dsPIC® digital signal controller architectures.

The free LITE version comes with fewer functions and features than the commercial Standard and PRO versions."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }