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

11 lines
439 B
ArmAsm
Raw Normal View History

2020-09-24 05:16:13 +02:00
.set noat # allow manual use of $at
2020-08-04 08:49:11 +02:00
.set noreorder # don't insert nops after branches
glabel enqueueRunning
2020-09-24 05:16:13 +02:00
/* 46334 8006AF34 3C098009 */ lui $t1, 0x8009
/* 46338 8006AF38 25294658 */ addiu $t1, $t1, 0x4658
/* 4633C 8006AF3C 8D2A0000 */ lw $t2, ($t1)
/* 46340 8006AF40 AF4A0000 */ sw $t2, ($k0)
/* 46344 8006AF44 0801AC75 */ j osDispatchThread
/* 46348 8006AF48 AD3A0000 */ sw $k0, ($t1)