I'm not sure if this will aid anyone, but I do feel the need to expose my own stupidity
The problems turned out to be all right here
Code:
ASM
INT_LIST macro ; IntSource, Label, Type, ResetFlag?
INT_Handler TMR1_INT, _Transmit, PBP, yes
INT_Handler TMR0_INT, _BlankGain, PBP, yes
INT_HANDLER CMP2_INT _ GetEcho, PBP, yes
endm
INT_CREATE ; Creates the interrupt processor
ENDASM
There are three errors that I let slip in there.
Bo
Bookmarks