var fDesc=new Array(); fDesc[0] = "The TASKING 8051 tools are available on PC/Windows and Sun/Solaris platforms. Other platforms on request. TASKING products are world-leading tools for embedded software development, bringing together the advanced software design technology needed to compete in the embedded communications era. The award-winning TASKING integrated development environment, compiler, debugger and RTOS offerings support a wide range of DSPs and 8-, 16- and 32-bit microprocessors and microcontrollers for all areas of embedded development. With over 100,000 licensed users of TASKING products, including the world's leading automotive, industrial, telecom, datacom, and computer peripheral manufacturers, the TASKING product range has a long history of technology leadership and innovation.
Altium’s range of TASKING software development toolsets includes development tools for:
a.32-bit and DSP devices
-TriCore
- ARM
-68K/ColdFire
-DSP56xxx
- SLE88
b. 8-bit and 16-bit devices
- 8051
- C166/ST10 VX
- C166/ST10 Classic
- 196/296
- M16C & R8C/Tiny
- XA"; 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 = ''; } }