mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 13:02:41 +01:00
13 lines
539 B
ArmAsm
13 lines
539 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel osSpTaskYield
|
|
/* 41050 80065C50 27BDFFE8 */ addiu $sp, $sp, -0x18
|
|
/* 41054 80065C54 AFBF0010 */ sw $ra, 0x10($sp)
|
|
/* 41058 80065C58 0C01B1BC */ jal osSpSetStatus
|
|
/* 4105C 80065C5C 24040400 */ addiu $a0, $zero, 0x400
|
|
/* 41060 80065C60 8FBF0010 */ lw $ra, 0x10($sp)
|
|
/* 41064 80065C64 03E00008 */ jr $ra
|
|
/* 41068 80065C68 27BD0018 */ addiu $sp, $sp, 0x18
|
|
/* 4106C 80065C6C 00000000 */ nop
|