I'm using DT's instant interupts for overflow interupt on TMR1 with the 16F877A.

I've got a compile error that i'm completely lost as to what to do about it...


Code:
Error D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [224] LOCAL Directive Only for Use in Macros
E[224]                                  LOCAL Directive Only for Use in Macros
Error D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [225] Undefined Symbol 'IflagReg'
E[225]                                  Undefined Symbol 'IflagReg'
Error D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [226] Numeric Constant or Symbol Name Expected
E[226]                                  Numeric Constant or Symbol Name Expected
Error D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [201] ')' Expected
E[201]                                  ')' Expected
Error D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [225] Undefined Symbol 'IflagReg'
E[225]                                  Undefined Symbol 'IflagReg'
Error D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [226] Numeric Constant or Symbol Name Expected
E[226]                                  Numeric Constant or Symbol Name Expected
Error D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [201] ')' Expected
E[201]                                  ')' Expected
Error D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [225] Undefined Symbol 'IflagReg'
E[225]                                  Undefined Symbol 'IflagReg'
Error D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [226] Numeric Constant or Symbol Name Expected
E[226]                                  Numeric Constant or Symbol Name Expected
Error D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [201] ')' Expected
E[201]                                  ')' Expected
Error D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [225] Undefined Symbol 'IflagReg'
E[225]                                  Undefined Symbol 'IflagReg'
Error D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [226] Numeric Constant or Symbol Name Expected
E[226]                                  Numeric Constant or Symbol Name Expected
Error D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [201] ')' Expected
E[201]                                  ')' Expected
Error D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [225] Undefined Symbol 'IflagReg'
E[225]                                  Undefined Symbol 'IflagReg'
Error D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [226] Numeric Constant or Symbol Name Expected
♀PM Assembler 4.08, Copyright (c) 1995, 2006 microEngineering Labs, Inc.                                 Page 8

E[226]                                  Numeric Constant or Symbol Name Expected
Fatal D:\BEDINI\PICCOD~1\BEDINI~2\DRIVER\1.ASM 536 : [300] Too Many Errors
I'm hoping the formatting comes out ok...

As i said, i'm completely lost on this one... Any help appreciated...