Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/lib/asm/__os_eu_802ef550.s
7858 views
1
.set noreorder // don't insert nops after branches
2
.set gp=64
3
.set noat
4
5
#include "macros.inc"
6
7
8
.section .text, "ax"
9
// cache related
10
glabel __os_eu_802ef550
11
lui $t0,0x8000
12
li $t2,0x2000
13
addu $t1,$t0,$t2
14
addiu $t1,$t1,-0x10
15
.L: cache 0x1,0($t0)
16
sltu $at,$t0,$t1
17
bnez $at,.L
18
addiu $t0,$t0,0x10
19
jr $ra
20
nop
21
nop
22
nop
23
24