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