mirror of
https://github.com/pmret/papermario.git
synced 2024-11-19 09:22:30 +01:00
12 lines
327 B
ArmAsm
12 lines
327 B
ArmAsm
|
.set noat # allow manual use of $at
|
||
|
.set noreorder # don't insert nops after branches
|
||
|
|
||
|
.include "include/macro.inc"
|
||
|
|
||
|
glabel osPopThread
|
||
|
/* 0465BC 8006B1BC 8C820000 */ lw $v0, ($a0)
|
||
|
/* 0465C0 8006B1C0 8C590000 */ lw $t9, ($v0)
|
||
|
/* 0465C4 8006B1C4 03E00008 */ jr $ra
|
||
|
/* 0465C8 8006B1C8 AC990000 */ sw $t9, ($a0)
|
||
|
|