mirror of
https://github.com/pmret/papermario.git
synced 2024-11-19 01:12:28 +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 IP7_Hdlr
|
|
/* 46050 8006AC50 2401BFFF */ addiu $at, $zero, -0x4001
|
|
/* 46054 8006AC54 1000FFED */ b next_interrupt
|
|
/* 46058 8006AC58 02018024 */ and $s0, $s0, $at
|