var fDesc=new Array(); fDesc[0] = "Common Assembly Language for Microprocessor (CALM) is an assembly language integrated in Smile NG software.

Welcome to Smile NG, the brand new development environment for microcontroller based systems. This version only runs under Win32 for the moment.

The features currently are:

- Full support for CALM assembly language, as well as other assemblers, and also the C language.
- WYSIWYG editor supporting LILA formatting commands.
- Advanced color syntax highlighting.
- Full visual creation of assembly/compilation and download scripts.
- Support for many output formats and download systems."; 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 = ''; } }