MicroCode Studio Boundary Warning Message


Closed Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2005
    Location
    Las Vegas, Nevada, USA
    Posts
    27

    Default MicroCode Studio Boundary Warning Message

    Can someone tell me the nature and importance of the following warning message? I have no idea how I introduced it. The PIC Basic Pro program still compiles and runs properly, but will this give me problems in the future?

    "Warn PREAMPRC.ASM 708 : [102] code crosses boundary @ 800h"

    Thanks

    Ken

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


    Did you find this post helpful? Yes | No

    Default

    Steve

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

  3. #3
    Join Date
    Oct 2005
    Location
    Las Vegas, Nevada, USA
    Posts
    27


    Did you find this post helpful? Yes | No

    Default Thanks Steve

    I searched for information on Boundary Warnings, but I didn't find the message referenced in your hyperlink.

    Ken

  4. #4
    Join Date
    Feb 2003
    Posts
    432


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by coyotegd
    I searched for information on Boundary Warnings, but I didn't find the message referenced in your hyperlink.

    Ken
    Are you sure !!!!

    First line.....

    Compiler Warning Messages such as...

    '...[102] code crosses boundary @ 800h "

    are there to tell you (as if you really wanted to know) that your program code has exceeded one Page Boundary (at 2k) and has moved into another.

    Obviously your exact message wont be there because evry program is different but it is displayed in the form

    "Warn {filename} {line number} : [102] code crosses boundary @ 800h"


    I would suggest re-reading it before Mistress Melanie appears with her whip !
    Keith

    www.diyha.co.uk
    www.kat5.tv

Similar Threads

  1. PIC16F690 PBP boundary crossing warning message
    By xnihilo in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 9th May 2008, 11:17
  2. Microcode studio loader problem
    By woodygjw in forum General
    Replies: 2
    Last Post: - 10th September 2007, 01:18
  3. Micro Code Studio - Warning message
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 17th November 2006, 21:17
  4. Message String Table using Readcode
    By mytekcontrols in forum Code Examples
    Replies: 2
    Last Post: - 10th July 2005, 23:17
  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 : 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