Hi,
I'm not sure I understand what you mean, you mean you want the INT2 interrupt to trig on the falling edge of PortB.2?

Anyway, one problem might be that you declare the ISRs as ASM but then you write them in BASIC. It will also be easier for people to help you if you tell us which PIC you're using.

/Henrik.