papermario/ver/us/asm/os/__osGetSR.s
JoshDuMan e1766601f8
Match 50 functions in Libultra (#636)
* Fix script disasm

* Stuff

* Work on libultra

* More Libultra Work

* My Libultra work for now

* Fix all OS warnings

* fix gitignore
2022-01-31 20:40:55 +09:00

14 lines
370 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"
glabel __osGetSR
/* 47A70 8006C670 40026000 */ mfc0 $v0, $12
/* 47A74 8006C674 03E00008 */ jr $ra
/* 47A78 8006C678 00000000 */ nop