>> Are there any better ways to make a correctional table >> other than using a lookup table that *jumps*? > >Certainly. A jumping lookup table for just a data (bunch >of GOTO instructions) is not a good idea. At the very least >on older parts you can use a RETLW lookup table. I did not take it that he meant using GOTO's as jumps, rather that a 64 step table has discontinuous jumps (steps) in it. The solution (to me) is to use RETLW or TABLRD (as appropriate), and do software smoothing of the jumps between steps, to work out just what you need. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist