mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 04:52:34 +01:00
9 lines
319 B
ArmAsm
9 lines
319 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel osSpSetStatus
|
|
/* 47AF0 8006C6F0 3C02A404 */ lui $v0, 0xa404
|
|
/* 47AF4 8006C6F4 34420010 */ ori $v0, $v0, 0x10
|
|
/* 47AF8 8006C6F8 03E00008 */ jr $ra
|
|
/* 47AFC 8006C6FC AC440000 */ sw $a0, ($v0)
|