papermario/asm/nonmatchings/os/code_41690_len_10/osGetActiveQueue.s

13 lines
302 B
ArmAsm
Raw Normal View History

2020-08-04 08:49:11 +02:00
.set noat # allow manual use of $at
.set noreorder # don't insert nops after branches
2020-04-26 06:13:18 +02:00
2020-08-01 18:55:49 +02:00
glabel osGetActiveQueue
2020-04-26 06:13:18 +02:00
/* 041690 80066290 3C028009 */ lui $v0, 0x8009
/* 041694 80066294 03E00008 */ jr $ra
/* 041698 80066298 8C42465C */ lw $v0, 0x465c($v0)
/* 04169C 8006629C 00000000 */ nop
2020-08-06 06:11:15 +02:00