Crossing Page Boundary - Solution


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959

    Lightbulb Crossing Page Boundary - Solution

    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



  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Lightbulb

    I just came across this option in MicroCode Studio.

    Never seen it before.
    Don't know if I just never noticed it, or if Dave snuck it in with the last update or 2.

    But, bright as day, there it is.



    HTH,
    Attached Images Attached Images  
    DT

Similar Threads

  1. Replies: 5
    Last Post: - 29th May 2008, 18:03
  2. PIC16F690 PBP boundary crossing warning message
    By xnihilo in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 9th May 2008, 11:17
  3. OMG I broke it ! (page boundary error)
    By f_lez in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 22nd August 2006, 13:14
  4. Crossing Page Boundary .....
    By turkuaz in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 20th March 2006, 07:57
  5. error on compiling
    By parker in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 16th June 2005, 14:31

Members who have read this thread : 2

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts