Richard Prosser wrote: > O'm not sure on the intricacies of the different PIC families but in > general a goto or jump may use more memory and clock periods than a > branch. GOTO and BRA are both two cycle instructions because both force the prefetched instruction to be discarded. The difference, as clearly explained in the data sheet, is that GOTO goes to a full absolute address and takes 2 words, whereas BRA jumps to a limited range relative to the current location and takes 1 word. ******************************************************************** Embed Inc, Littleton Massachusetts, http://www.embedinc.com/products (978) 742-9014. Gold level PIC consultants since 2000. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist