papermario/asm/nonmatchings/os/code_46c50_len_20/osAiDeviceBusy.s

18 lines
503 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-04 08:49:11 +02:00
.include "include/macro.inc"
2020-04-26 06:13:18 +02:00
2020-08-01 18:55:49 +02:00
glabel osAiDeviceBusy
2020-04-26 06:13:18 +02:00
/* 046C50 8006B850 3C02A450 */ lui $v0, 0xa450
/* 046C54 8006B854 3442000C */ ori $v0, $v0, 0xc
/* 046C58 8006B858 8C420000 */ lw $v0, ($v0)
/* 046C5C 8006B85C 03E00008 */ jr $ra
/* 046C60 8006B860 28420000 */ slti $v0, $v0, 0
/* 046C64 8006B864 00000000 */ nop
/* 046C68 8006B868 00000000 */ nop
/* 046C6C 8006B86C 00000000 */ nop
2020-08-06 06:11:15 +02:00