Scott Dattalo wrote: > Here's one more optimization: > > 24 bit inc: > incfsz reg, F > bra _done > infsnz reg + 1, F > incf reg + 2, F > _done: Hi Scott, Yup, that one takes the cake so far...good job! It's approximately 0.06% faster over 16,777,216 iterations than the previous one -- every clock cycle counts! :) Best regards, Ken Pergola _______________________________________________ http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist