var fDesc=new Array(); fDesc[0] = "WinIDE program ties together the project management, the tools and program building, and even source code editing into a nicely integrated robust program.
Main features:
- ties together the development tools necessary for assembly and C program development in an easy to use, flexible yet simple program.
- it includes context sensitive on-line help for all program dialogs which include the SASM180 assembler, the SC180 C compiler, the SLINK linker and all of the options available for use in these programs.
- supports finding text across all files in a project and optionally in any folders you specify."; 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 = ''; } }