mirror of https://github.com/pmret/papermario.git
18 lines
511 B
ArmAsm
18 lines
511 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 */
|
|
|
|
# Handwritten function
|
|
glabel __osGetCause
|
|
/* 46A30 8006B630 40026800 */ mfc0 $v0, $13 # handwritten instruction
|
|
/* 46A34 8006B634 03E00008 */ jr $ra
|
|
/* 46A38 8006B638 00000000 */ nop
|
|
/* 46A3C 8006B63C 00000000 */ nop
|