mirror of https://github.com/pmret/papermario.git
17 lines
455 B
ArmAsm
17 lines
455 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"
|
|
|
|
/* Generated by spimdisasm 1.11.1 */
|
|
|
|
glabel sqrtf
|
|
/* 3C280 80060E80 03E00008 */ jr $ra
|
|
/* 3C284 80060E84 46006004 */ sqrt.s $f0, $f12
|
|
/* 3C288 80060E88 00000000 */ nop
|
|
/* 3C28C 80060E8C 00000000 */ nop
|