8 lines
158 B
Text
8 lines
158 B
Text
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
|