mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +01:00
9 lines
314 B
ArmAsm
9 lines
314 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel osGetActiveQueue
|
|
/* 41690 80066290 3C028009 */ lui $v0, 0x8009
|
|
/* 41694 80066294 03E00008 */ jr $ra
|
|
/* 41698 80066298 8C42465C */ lw $v0, 0x465c($v0)
|
|
/* 4169C 8006629C 00000000 */ nop
|