[Solved] ATTiny84 Interrupt problem

You are commingling Arduino API calls with AVR bit numbers (instead of pin numbers). The first step is change your code to use one (direct port I/O) or the other (Arduino API).