warning message


Closed Thread
Results 1 to 3 of 3

Thread: warning message

  1. #1
    pic beginner's Avatar
    pic beginner Guest

    Default warning message

    Hi anyone
    I wrote a program in microcode studio IDE.
    When I compiled it , below message was appeared:
    '...[102] code crosses boundary @ 800h "
    whats the meaning of this warning and what must I do?
    Thank alot

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


    Did you find this post helpful? Yes | No

    Default

    This is a perfect FAQ example - which is exactly the section where the answer has just ended up...

  3. #3
    ivanenev's Avatar
    ivanenev Guest


    Did you find this post helpful? Yes | No

    Default

    I also have a question concerning microcode studio and warning message.

    Compiling a program, PBP gives a warning saying:

    "Warning[202]...\rt8166~1.mac 661: Argument out of range. Least significant bits used."

    I think it appears when I fill an array with the following code:
    .....
    array VAR BYTE[8]
    i VAR BYTE
    Value VAR BYTE
    Counter VAR BYTE

    Data1 DATA "MyData",0

    ' fill an array with "MyData"
    LOOKUP i-1,[Data1],Counter

    fill:
    READ Counter,Value
    IF Value != 0 THEN 'Make sure it's not 0
    array[Counter]=Value
    Counter = Counter + 1
    GOSUB fill
    ELSE
    ' do something
    .....

    What does it mean?

    Thank you.

    Ivan

Similar Threads

  1. PIC16F690 PBP boundary crossing warning message
    By xnihilo in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 9th May 2008, 12:17
  2. Advice please - Warning message
    By malc-c in forum mel PIC BASIC Pro
    Replies: 50
    Last Post: - 23rd January 2007, 14:20
  3. Micro Code Studio - Warning message
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 17th November 2006, 22:17
  4. MicroCode Studio Boundary Warning Message
    By coyotegd in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 16th March 2006, 10:13
  5. Message String Table using Readcode
    By mytekcontrols in forum Code Examples
    Replies: 2
    Last Post: - 11th July 2005, 00:17

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