Quote Originally Posted by Mugelpower View Post
now I get those errors:
Error C: \pbp\pbppic14.lib 1160 : [225]undefined symbol 'INT_ENTRY'
Error C: \pbp\pbppic14.lib 1162 : [225]undefined symbol 'INT_ENTRY'
Error : [212] extra tokens on end of line
I get your errors if I do this:
Code:
ASM
INT_LIST macro ; IntSource, Label, Type, ResetFlag?
    INT_Handler TMR1_INT, _ClockCount, PBP, yes
    endm
    ;INT_CREATE ; Creates the interrupt processor

    INT_ENABLE TMR1_INT ; Enable Timer 1 Interrupts
ENDASM