sm64

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

__osSetFpcCsr.s (181B)


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