I am trying to convert some code I have used very succesfully in a 18F2550 to a 16F886. When I attempt to compile the code for the 16F886 with PBP v2.6/MSASM I get an assembler error while using the FineLine Editor that says it is a FL unrecognizable error. The error is "Message [306]: Crossing page boundary -- ensure page bits are set". I googled this error and see in many places that you can ignore this error. However, I can't figure out how to ignore it so it will compile/assemble.
Can anyone tell me why this error is occuring when trying to run on a 16F886 and what to do about it?