mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +01:00
17 lines
610 B
ArmAsm
17 lines
610 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
|
|
glabel vi
|
|
.L8006AD3C:
|
|
/* 04613C 8006AD3C 32290008 */ andi $t1, $s1, 8
|
|
/* 046140 8006AD40 11200008 */ beqz $t1, .L8006AD64
|
|
/* 046144 8006AD44 00000000 */ nop
|
|
/* 046148 8006AD48 32310037 */ andi $s1, $s1, 0x37
|
|
/* 04614C 8006AD4C 3C01A440 */ lui $at, 0xa440
|
|
/* 046150 8006AD50 AC200010 */ sw $zero, 0x10($at)
|
|
/* 046154 8006AD54 0C01ABDF */ jal send_mesg
|
|
/* 046158 8006AD58 24040038 */ addiu $a0, $zero, 0x38
|
|
/* 04615C 8006AD5C 12200034 */ beqz $s1, .L8006AE30
|
|
/* 046160 8006AD60 00000000 */ nop
|