mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +01:00
9 lines
288 B
ArmAsm
9 lines
288 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel osGetCount
|
|
/* 40E00 80065A00 40024800 */ mfc0 $v0, $9
|
|
/* 40E04 80065A04 03E00008 */ jr $ra
|
|
/* 40E08 80065A08 00000000 */ nop
|
|
/* 40E0C 80065A0C 00000000 */ nop
|