sm64

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

__osGetCause.s (170B)


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