mirror of
https://github.com/pmret/papermario.git
synced 2024-11-14 15:03:25 +01:00
12 lines
331 B
ArmAsm
12 lines
331 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
.include "include/macro.inc"
|
|
|
|
glabel osAiGetLength
|
|
/* 03C940 80061540 3C02A450 */ lui $v0, 0xa450
|
|
/* 03C944 80061544 34420004 */ ori $v0, $v0, 4
|
|
/* 03C948 80061548 03E00008 */ jr $ra
|
|
/* 03C94C 8006154C 8C420000 */ lw $v0, ($v0)
|
|
|