Howard, you must be setting the reset flag to TRUE by entering YES in the interrupt declaration ResetFlag field like this:


ASM
INT_LIST macro ;IntSource Label Type ResetFlag
INT_Handler IC3DRIF_INT, _InputSignal, ASM, yes
endm
INT_CREATE
ENDASM