mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +01:00
13 lines
277 B
ArmAsm
13 lines
277 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
|
|
glabel osGetCause
|
|
/* 047A60 8006C660 40026800 */ mfc0 $v0, $13
|
|
/* 047A64 8006C664 03E00008 */ jr $ra
|
|
/* 047A68 8006C668 00000000 */ nop
|
|
|
|
/* 047A6C 8006C66C 00000000 */ nop
|
|
|
|
|