var fDesc=new Array(); fDesc[0] = "Embest IDE for ARM is a complete solution for embedded arm development. This software kits provide a modern 32-bit Windows-based C Integrated Development Environment (IDE) that hosts the entire development process in one location (avaiable for Windows 98/NT/2000/ME/XP).

It has a simple and versatile graphical user interface and comprehensive tools for creating applications for the arm architecture. User can complete all your development tools with Embest IDE for ARM including managing and building projects, establishing and managing host-target communication, running and debugging applications.

Main features:
- An integrated development environment
- Project management facility
- Integrated source-code editor
- GNU compilers, assembler and linker
- GNU ansi C library
- Also supports ARM build tools
- Source-level debugger
- ARM instruction set simulator
- tools for elf to bin/disassemble/Flash programmer/split bin.
- Source code examples for Atmel/Samsung/Cirrus logic/OKI /... arm-core processors
- Online document"; 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 = ''; } }