On Jan 8, 11:16 am, Oliver Seitz <[email protected]> wrote: > > New: > minimum cycles are 142 for numbers 0-9 > maximum cycles are 711 for numbers 59991-59999 > > Old: > absolute minimum: 69 cycles for number 0 > second minimum: 42300 cycles for numbers 1,2,4 and 8 > maximum: 42797 cycles for numbers 37777 and 57777
If you want to compare, PMP's STR(0xFFFF : 4, SX) takes 263 cycles on a PIC18, a little more on a smaller one. No multiply, no division. There's always some optimizations to do... -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
