sm64/lib/asm/__osSetSR.s

14 lines
166 B
ArmAsm
Raw Permalink Normal View History

2021-07-12 23:17:54 -04:00
.set noreorder // don't insert nops after branches
2019-08-25 00:46:40 -04:00
2021-07-12 23:17:54 -04:00
#include "macros.inc"
2019-08-25 00:46:40 -04:00
.section .text, "ax"
glabel __osSetSR
mtc0 $a0, $12
nop
jr $ra
nop