var fDesc=new Array(); fDesc[0] = "The Phyton Project-96 integrated development environment is a complete project system that conveniently enables users to access all the tools for writing, editing, compiling, and debugging programs for virtually any 80C196 microcontrollers.

Main features:

- Represents a Windows-based front end of both PICE-196 in-circuit emulator and PDS-96 debugger/simulator
- Includes the MCA-96 macro assembler and MCC-96 C compiler
- Includes a full-featured sophisticated multi-file editor
- Displays colored syntax highlighting for C and assembly files
-Supports project management for the Phyton MCA-96 macro assembler and MCC-96 C compiler
- Automatically re-compiles and re-build a whole project after any changes in the source code and highlights errors for prompt correction in the debugger Source/Edit window"; 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 = ''; } }