mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +01:00
11 lines
284 B
ArmAsm
11 lines
284 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
|
|
glabel osSetFpcCsr
|
|
/* 047A90 8006C690 4442F800 */ cfc1 $v0, $31
|
|
/* 047A94 8006C694 44C4F800 */ ctc1 $a0, $31
|
|
/* 047A98 8006C698 03E00008 */ jr $ra
|
|
/* 047A9C 8006C69C 00000000 */ nop
|
|
|