> I am writing a code such that the chip will be able to do Multitasking ,do > any one have any experience and would like to share their finding? Which PIC? For 12 and 14 bit cores your options are limited bececause the stack is not accessible, so you can either do - cooperative multitasking from the 'main loop' (not from within a call) - Ubicom virtual-peripheral-style multitasking AFAIK the high-end PICs have an accessible stack, so you can apply any mutitasking technique you like. Wouter van Ooijen Van Ooijen Technische Informatica: http://www.voti.nl Jal compiler for PIC uC's: http://www.xs4all.nl/~wf/wouter/pic/jal -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.