mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
17 lines
440 B
ArmAsm
17 lines
440 B
ArmAsm
|
.include "macro.inc"
|
||
|
|
||
|
/* assembler directives */
|
||
|
.set noat /* allow manual use of $at */
|
||
|
.set noreorder /* don't insert nops after branches */
|
||
|
.set gp=64 /* allow use of 64-bit general purpose registers */
|
||
|
|
||
|
.section .text, "ax"
|
||
|
|
||
|
/* Generated by spimdisasm 1.11.1 */
|
||
|
|
||
|
glabel func_JP_80067410
|
||
|
/* 42810 80067410 00000000 */ nop
|
||
|
/* 42814 80067414 00000000 */ nop
|
||
|
/* 42818 80067418 00000000 */ nop
|
||
|
/* 4281C 8006741C 00000000 */ nop
|