var fDesc=new Array(); fDesc[0] = "Easy Code is the visual assembly programming environment made to build 32-bit Windows applications. The Easy Code interface, looking like Visual Basic, allows you to program Windows assembler applications (executable files, dynamic and static libreries, COFF object files, console applications and drivers) done in an easy way as was never possible before. Download and test this application including the source code of a nice CD player, a complete and fast text editor in a dll file (to be able to program your own editor), a complete and excellent text editor ready to use, a file shredder, a MIDI player and many other applications.

Easy Code is one of the first visually based "Interface Development Environments" for Microsoft's Windows 32-bit assembler based kit, Masm32 or GeneSys packages. Easy Code 1.06 was constructed entirely in assembly, which gives the IDE a surprising speed and quickness, noticed when designing a new project."; 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 = ''; } }