Code Crosses Boundary


Closed Thread
Results 1 to 5 of 5
  1. #1

    Default Code Crosses Boundary

    Is this warning message anything to worry about?

    Warning [102] code crosses boundary @ 800h

    PIC is 16F88

  2. #2
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    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

  3. #3
    Join Date
    Apr 2005
    Posts
    32


    Did you find this post helpful? Yes | No

    Default

    you can enter this code at the begining of your program ..
    @ ERRORLEVEL -306 ; turn off crossing page boundary message

  4. #4


    Did you find this post helpful? Yes | No

    Default

    Hi uludere72,

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

  5. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    because you need to compile your code with MPASM instead of PM.
    @ errorlevel 0,-your error/warning #
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. code crosses boundary ?
    By jonas2 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 11th September 2009, 10:04
  2. PIC16f877 code crosses boundary @800h
    By inventosrl in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 6th April 2009, 22:03
  3. Code Crosses Boundary @ 800h
    By muskut in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 2nd August 2005, 08:17
  4. error on compiling
    By parker in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 16th June 2005, 14:31
  5. error : code crosses boundary
    By kasapo in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 26th March 2005, 11:14

Members who have read this thread : 1

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