Quote Originally Posted by boroko View Post
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

Okay if you're being stupid, then I will have to expose my extreme stupidity (and curiosity) by asking you to explain what the errors were in the code, please !

I'm not familiar with this interupt technique but if i were to use it what should I be aware of ?