papermario/asm/nonmatchings/os/code_47ae0_len_e0/osSpSetStatus.s
2020-09-23 23:16:13 -04:00

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)