(35 . 7)(35 . 7)
189 inc CP0_Count ; Timer: CP0_Count := CP0_Count + 1
190
191 ;; Timer Interrupt
192 cmp CP0_Count, CP0_Compare ; Has timer reached limit?
193 cmp CP0_Count, Sr(CP0_Compare) ; Has timer reached limit?
194 jne _cycle_no_mips_timer ; If not, do not invoke interrupt
195 SetIRQ TIMER_IRQ ; Timer reached limit, invoke timer IRQ
196