> Is mulitasking possible with the TI processor? It's not built for it. It would be possible to multitask assembly programs specifically written to be multitasked with a separate interrupt handler. Changing between assembly programs is not too hard and could be done with just about any existing program. It's running them in the background that's impossible.