Jamie Jensen wrote: > Seems that banksel is the much preferred method to do this? Any > reason not to use it? Hi Jamie, Good observation and good question on your part Jamie. I would recommend using BANKSEL and let MPASM do the grunt work for you. Sure, one can make arguments for not using it, but I feel that if you want safe code definitely use BANKSEL. I've gotten burned in the past trying to save a program word here and there by performing "optimizing" banking myself (it hurts when it comes back to bit you). I trust BANKSEL more than I trust myself (from making mistakes). Best regards, Ken Pergola -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.