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

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

15 lines
405 B
ArmAsm
Raw Normal View History

2022-02-08 15:05:20 +01:00
.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
2022-02-08 15:05:20 +01:00
.set gp=64 # allow use of 64-bit general purpose registers
.section .text, "ax"
2020-08-04 08:49:11 +02:00
2022-02-08 15:05:20 +01:00
glabel __osSetSR
2020-09-24 05:16:13 +02:00
/* 47AA0 8006C6A0 40846000 */ mtc0 $a0, $12
2021-01-11 13:40:52 +01:00
/* 47AA4 8006C6A4 00000000 */ nop
2020-09-24 05:16:13 +02:00
/* 47AA8 8006C6A8 03E00008 */ jr $ra
2021-01-11 13:40:52 +01:00
/* 47AAC 8006C6AC 00000000 */ nop