Hi all,

Are you getting those "Crossing page boundary - ensure page bits are set" message when you compile your program with MPASM?

Since PBP takes care of all that for you (unless you are using BRANCH or ASM), it's really just an annoying warning message.

Here's how you can turn off the warnings. Just place this line somewhere at the beginning of your program.

Code:
@ ERRORLEVEL -306   ; turn off crossing page boundary message
Note: this is only for MPASM, does not work with PM