Introduction - If you have any usage issues, please Google them yourself
Another sure way to decrease code size is to use auto objects rather
than global or static local objects. All auto objects within a
function are placed within one PIC18 RAM bank and so the bank of
these objects can be selected and any PIC18 instruction used with them.