PDA

View Full Version : MicroCode Studio Boundary Warning Message



coyotegd
- 15th March 2006, 20:00
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

mister_e
- 15th March 2006, 20:59
http://www.picbasic.co.uk/forum/showthread.php?t=555

coyotegd
- 16th March 2006, 06:54
I searched for information on Boundary Warnings, but I didn't find the message referenced in your hyperlink.

Ken

keithdoxey
- 16th March 2006, 09:13
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 !