Thanks Darrel!
I knew I'd done something stupid and that was it!

Welll... part of it.
It did indeed get rid of those errors, but it brought up some fresh ones.

Name:  errors-2.gif
Views: 786
Size:  10.6 KB

I'm clearly still not getting it right. (I seem to have lost the "embarrassed" smilie, but consider it Inserted Here.)

Here's the code again:
Code:
ASM
INT_LIST  macro    ; IntSource,        Label,  Type, ResetFlag?
        INT_Handler   TMR1GATE_INT,  _CheckCount,   PBP,  yes
     endm    
    INT_CREATE               ; Creates the interrupt processor
ENDASM

@ INT_ENABLE  TMR1GE     ; enable Timer 2 interrupts
Thanks much