Hi,
It seems that the code is compiling past the maximum available memory. The warnings should not cause panic. Have you tried using MPASM ?
However a look at your entire code may give some insight as to why it is crossing the maximum usable prog mem or if it is just a warning.As large files are compiled and then
assembled, they may start to use more than the first page. As each
page is used, PM, the assembler, will issue a message that the code is
crossing a particular boundary. This is normal and no cause for alarm.
PBP will make sure to take care of most of the issues for you.
Bookmarks