mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 04:52:34 +01:00
9 lines
264 B
ArmAsm
9 lines
264 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
|
|
glabel IP6_Hdlr
|
|
/* 046044 8006AC44 2401DFFF */ addiu $at, $zero, -0x2001
|
|
/* 046048 8006AC48 1000FFF0 */ b .L8006AC0C
|
|
/* 04604C 8006AC4C 02018024 */ and $s0, $s0, $at
|