NOT a problem. And no interrupts required.

As long as the Global Interrupt Enable is 0 (INTCON.7=0), the program flow will NOT be redirected on a change to to the IOC pins.

The Interrupt flag (RABIF) will "Latch" on Any change, and the status will be available until the flag is cleared "Manually" in software. So you are free to "Poll" it at your leisure.

If the condition goes away before the program gets around to looking at it, you can't tell which of the pins actually changed. Which could be a problem in itself, but it sounds like you may not need to know that.
<br>