Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
li.s f0,2.5 ;loads the single-precision float 2.5 (0x40200000) into register f0
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
la $t0,pi
|
||||
lwc1 $f0,0($t0) ;load pi into $f0
|
||||
|
||||
li $v0,10 ;exit command
|
||||
syscall ;return to linux
|
||||
|
||||
pi:
|
||||
.word 0x40490FDB ;IEEE-754 representation of 3.1415927
|
||||
Loading…
Add table
Add a link
Reference in a new issue