- 40EF74622647A11AC973984A9F831AD39BBEC47EAC267E3F62FB30E36058AC4B01074B97585E9B36E0B32DEB7344EC4C5AA6585E9571BAA2E0432E8D78DEB254
+ F729FFA37ED0E9C666A6CDE198317D24A05AD91612B0408C22B30A2D9C179B61F757BD6B8820A87C109D22786FB376C63A6A1252402F47ECB92DBD18F8769A80
m/mipsinst/r_instrs.asm
(298 . 7)(298 . 7)
341 _r_syscall:
342 ; no fields
343 SetEXC EXC_SYS ; Set the EXC_SYS Exception
344 jmp _Handle_Exception ; Go straight to exception handler.
345 jmp _Handle_Exception_Other ; Go straight to exception handler.
346 ;-----------------------------------------------------------------------------
347
348 ;-----------------------------------------------------------------------------
(632 . 7)(632 . 7)
350 cmp TMP, R(rT) ; CMP(TMP, Regs[rT])
351 jne _r_teq_neql
352 SetEXC EXC_Tr ; Spring the Trap Exception.
353 jmp _Handle_Exception ; Go straight to exception handler.
354 jmp _Handle_Exception_Other ; Go straight to exception handler.
355 _r_teq_neql:
356 jmp _end_cycle
357 ;-----------------------------------------------------------------------------
(656 . 7)(656 . 7)
359 cmp TMP, R(rT) ; CMP(TMP, Regs[rT])
360 je _r_tne_eql
361 SetEXC EXC_Tr ; Spring the Trap Exception.
362 jmp _Handle_Exception ; Go straight to exception handler.
363 jmp _Handle_Exception_Other ; Go straight to exception handler.
364 _r_tne_eql:
365 jmp _end_cycle
366 ;-----------------------------------------------------------------------------