mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +01:00
9 lines
319 B
ArmAsm
Generated
9 lines
319 B
ArmAsm
Generated
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel osSpGetStatus
|
|
/* 47AE0 8006C6E0 3C02A404 */ lui $v0, 0xa404
|
|
/* 47AE4 8006C6E4 34420010 */ ori $v0, $v0, 0x10
|
|
/* 47AE8 8006C6E8 03E00008 */ jr $ra
|
|
/* 47AEC 8006C6EC 8C420000 */ lw $v0, ($v0)
|