Question,
When using Darrel Taylor's
"DT_INTS-14.bas"
What does the Reset Flag Do?
When using with PIC 16F877
HSERIN
I have seen examples both ways, and did not understand how what it was used for.

Thanks
LarryD

ASM
INT_LIST macro ; IntSource, Label, Type, ResetFlag?
INT_Handler RX_INT, _Getbytes, PBP, no
endm
INT_CREATE ; Creates the interrupt processor
ENDASM