sm64

A Super Mario 64 decompilation
Log | Files | Refs | README | LICENSE

__osSetSR.s (166B)


      1 .set noreorder // don't insert nops after branches
      2 
      3 #include "macros.inc"
      4 
      5 
      6 .section .text, "ax"
      7 
      8 glabel __osSetSR
      9     mtc0  $a0, $12
     10     nop
     11     jr    $ra
     12      nop
     13