mirror of
https://github.com/pmret/papermario.git
synced 2024-11-19 09:22:30 +01:00
10 lines
280 B
ArmAsm
10 lines
280 B
ArmAsm
|
.set noat # allow manual use of $at
|
||
|
.set noreorder # don't insert nops after branches
|
||
|
|
||
|
|
||
|
glabel NoMoreRcpInts
|
||
|
.L8006AE30:
|
||
|
/* 046230 8006AE30 2401FBFF */ addiu $at, $zero, -0x401
|
||
|
/* 046234 8006AE34 1000FF75 */ b .L8006AC0C
|
||
|
/* 046238 8006AE38 02018024 */ and $s0, $s0, $at
|