-
over the 800h "Boundary"
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 ??
-
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
-
Thanks.
When the chips are in I will programm them.