Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/lib/asm/__osRestoreInt.s
7858 views
1
.set noreorder // don't insert nops after branches
2
.set gp=64
3
4
#include "macros.inc"
5
6
7
.section .text, "ax"
8
9
glabel __osRestoreInt
10
mfc0 $t0, $12
11
or $t0, $t0, $a0
12
mtc0 $t0, $12
13
nop
14
nop
15
jr $ra
16
nop
17
18
nop
19
20
21