> It is probably not so hard for PIC18 cores, much harder for > PIC10-PIC16 cores,
There is a very nice possibility for PIC18 I just thought of: you can do a three-byte addition of table_start+offset, push that value onto the stack and issue a "return" command. Unfortunately, the smaller cores don't have a "push", so there it has to be done the hard way... Greets, Kiste -- 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.
