Darrel,

I downloaded your Instant Interrupts files and I am having trouble compiling them. I am using MPASM assembler with PBP. I take your 3 files and try to compiler them straight from what I downloaded.

On the DT_INTS-14.bas I get the following:

Error [113] c:\pbp\pbppic14.lib 1141: Symbol not previously defined (INT_ENTRY)

On the ReEnterPBP.bas I get the following:

Warning [207] c:\pbp\reenterpbp.asm 217: Found label after column 1 (INT_RETURN)

Warning [207] c:\pbp\reenterpbp.asm 313: Found label after column 1 (INT_RETURN)

Error [116] c:\pbp\reenterpbp.asm 313 : Address label duplicated or different in second pass (INT_RETURN)

The Elapsed_INT.bas compiles without any errors but gives me the following warning:

Warning [207] c:\pbp\elapsed_INT.asm 237: Found Label after column 1 INT_RETURN


Do you have any ideas what might be wrong?