I am having this stange errors during compilation (pic 16F88):
\fufba-1 asm 409: address labell duplicated or different in second pass (INT_ENTRY)
\fufba-1 asm 427:address labell duplicated or different in second pass (List_Start)
\fufba-1 asm 453:address labell duplicated or different in second pass (Int_Exit)
\fufba-1 mac 12: address labell duplicated or different in second pass (_23620 OverCreate)
\fufba-1 mac 12:address labell duplicated or different in second pass (Getbytes)
\fufba-1 mac 12:address labell duplicated or different in second pass (L00097)
\fufba-1 mac 12: address labell duplicated or different in second pass (_TimeOut)
\fufba-1 mac 12:address labell duplicated or different in second pass (_GetADC)
\fufba-1 mac 12:address labell duplicated or different in second pass (L00099)
\fufba-1 mac 12: address labell duplicated or different in second pass (L00100)
\fufba-1 mac 12:address labell duplicated or different in second pass (_Main)
\fufba-1 mac 12:address labell duplicated or different in second pass (L00101)
These errors appear only with the following includes:
INCLUDE "DT_INTS-14.bas"
INCLUDE "ReEnterPBP.bas"
Removing both the includes the program compiles without any error, removing only INCLUDE "ReEnterPBP.bas" program still compiles correctly, but gives the warning that ReEnterPBP is missing.(naturally)
program take 2700 words with all the includes, so space should not be an issue since pic 16F88 has over 4000 words space.
Any work around so that I could use DT interrupts also with this program?
Thank you for the attention.
Al.