Log in

View Full Version : over the 800h "Boundary"



mat janssen
- 9th February 2005, 12:24
I use the PIC16F648A for a "big program" and now I get the message :
Warn C:\CDLITE\TEST.ASM 663 : [102] Code Crosses Boundary @ 800h
I is a warning, I can see that.
Is is compiling with further no faults.
I did not test my programm yet, because I am waiting for the chips.
Is this a problem or ??

Dave
- 9th February 2005, 12:50
Mat, You should have no problem with this warning as it is just that, a warning. Be sure however that when you see this warning that if you are using the "BRANCH" statement you use the "BRANCHL" statement in its place. This is the branch long statement which will allow you to span memory bank boundrys.

HTH,
Dave Purola,N8NTA

mat janssen
- 9th February 2005, 13:00
Thanks.
When the chips are in I will programm them.