papermario/asm/nonmatchings/os/code_45df0_len_970/enqueueRunning.s

14 lines
431 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
glabel enqueueRunning
.L8006AF34:
/* 046334 8006AF34 3C098009 */ lui $t1, 0x8009
/* 046338 8006AF38 25294658 */ addiu $t1, $t1, 0x4658
/* 04633C 8006AF3C 8D2A0000 */ lw $t2, ($t1)
/* 046340 8006AF40 AF4A0000 */ sw $t2, ($k0)
/* 046344 8006AF44 0801AC75 */ j osDispatchThread
/* 046348 8006AF48 AD3A0000 */ sw $k0, ($t1)