Initial data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
commit f23f22d71c
199087 changed files with 3378941 additions and 0 deletions

View file

@ -0,0 +1 @@
li.s f0,2.5 ;loads the single-precision float 2.5 (0x40200000) into register f0

View file

@ -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