mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 04:52:34 +01:00
10 lines
266 B
ArmAsm
10 lines
266 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
|
|
glabel get_global_timespace
|
|
/* 0E8BBC 802C420C 3C01802E */ lui $at, 0x802e
|
|
/* 0E8BC0 802C4210 03E00008 */ jr $ra
|
|
/* 0E8BC4 802C4214 C4209CA8 */ lwc1 $f0, -0x6358($at)
|
|
|