PDA

View Full Version : Code Crosses Boundary



Dick Ivers
- 29th August 2005, 12:06
Is this warning message anything to worry about?

Warning [102] code crosses boundary @ 800h

PIC is 16F88

Melanie
- 29th August 2005, 13:26
Little point in posting (detailed) answers if folks aren't going to bother to SEARCH...

http://www.picbasic.co.uk/forum/showthread.php?t=555

uludere72
- 31st August 2005, 10:41
you can enter this code at the begining of your program ..
@ ERRORLEVEL -306 ; turn off crossing page boundary message

Dick Ivers
- 1st September 2005, 16:05
Hi uludere72,

I tried your suggestion.....it did not work...got another error message "op code expected..."

mister_e
- 2nd September 2005, 04:21
because you need to compile your code with MPASM instead of PM.
@ errorlevel 0,-your error/warning #