var fDesc=new Array(); fDesc[0] = "PIC10F Simulator IDE is a powerful application that supplies PIC10F developers with user-friendly graphical development environment for Windows with integrated simulator (emulator), Basic compiler, assembler, disassembler and debugger.

PIC10F Simulator IDE currently supports the following microcontrollers from the Microchip PICmicro 10F, 12F and 16F product lines: 10F200, 10F202, 10F204, 10F206, 10F220, 10F222, 12F508, 12F509, 12F510, 16F505, 16F506.

PIC10F Simulator IDE main features:
- Main simulation interface showing internal microcontroller architecture,
- FLASH program memory editor, hardware stack viewer,
- Microcontroller pinout interface for simulation of digital I/O and analog inputs,
- Variable simulation rate, simulation statistics,
- Breakpoints manager for code debugging with breakpoints support."; 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 = ''; } }