PDA

View Full Version : above 2k with 16F877



Peter Oors
- 6th March 2006, 06:24
Now its the first time I am writing a program above 2k.
Probably its a known "problem" why it doesn't compile.
The message I get is: Code Crosses Boundary @ 800 h
Thats above 2048.

What do I have to do?

Thanks for the help.

Peter

Melanie
- 6th March 2006, 06:28
> What do I have to do?

Search the forum is a good start....

http://www.picbasic.co.uk/forum/showthread.php?t=555

Peter Oors
- 6th March 2006, 07:25
Melanie,

At first I searched the forum and FAQ, but didn't find anything that could help me.

Thank you for the help.

mat janssen
- 6th March 2006, 08:18
ignore the message and just go on programming in picbasic.
I'ts a warning.

Dave
- 6th March 2006, 12:43
Peter Oors, When you get this warning, just make sure that if you are using any BRANCH statements that you convert them to BRANCHL. Other than that it is just a warning. Lookup the statement BRANCHL in the manual.

Dave Purola,
N8NTA