This may not help. But I can recreate the first 3 errors, if I add a line like this in my code:
Code:
INCLUDE "DT_INTS-14.bas"
INCLUDE "ReEnterPBP.bas"
ASM
INT_LIST macro ;IntSource,Label,Type,ResetFlag?
INT_Handler RBC_INT, _BChange, PBP, yes
endm
INT_CREATE
INT_CREATE
ENDASM
@ INT_ENABLE RBC_INT
BChange:
I have not figured out how to get your other errors though. I do recall someone recently "breaking" Darrels interrupts, but I can't seem to find that thread. Darrel did a rewrite to make it compatible with this guys code, and or chip. I notice that he has v 1.10 on his web page. I was using v 1.00. So if you are not using the latest, you might try that as well. You might also check that both DT_INTS-14.bas and ReEnterPBP.bas are the same version.
Bookmarks