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

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

15 lines
424 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 __osSetFpcCsr
2020-09-24 05:16:13 +02:00
/* 47A90 8006C690 4442F800 */ cfc1 $v0, $31
/* 47A94 8006C694 44C4F800 */ ctc1 $a0, $31
/* 47A98 8006C698 03E00008 */ jr $ra
2021-01-11 13:40:52 +01:00
/* 47A9C 8006C69C 00000000 */ nop