papermario/ver/us/asm/os/__osGetSR.s

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
370 B
ArmAsm
Raw Normal View History

.include "macro.inc"
# assembler directives
2020-09-24 05:16:13 +02:00
.set noat # allow manual use of $at
2020-08-04 08:49:11 +02:00
.set noreorder # don't insert nops after branches
.set gp=64 # allow use of 64-bit general purpose registers
.section .text, "ax"
2020-08-04 08:49:11 +02:00
glabel __osGetSR
2020-09-24 05:16:13 +02:00
/* 47A70 8006C670 40026000 */ mfc0 $v0, $12
/* 47A74 8006C674 03E00008 */ jr $ra
2021-01-11 13:40:52 +01:00
/* 47A78 8006C678 00000000 */ nop