F7AA: Sets up the classic ZX Spectrum IM2 "257-byte table" interrupt vector trick
Fills $BC00-$BDBD with the byte $BD so that, whatever the low byte of the interrupt vector happens to be, the CPU always resolves it to the single byte at $BDBD; patches that byte to a JP opcode ($C3) whose operand ($BDBE/$BDBF) is set to frame_interrupt_handler, making $F8AD the interrupt handler for every subsequent interrupt. Sets I to the table's page and enables IM 2.