	.data
two:	.float	2.0
four:	.float	4.0
	.text
disc:	la	$s0, two
	lwc1	$f0, 0($s0)
	la	$s0, four
	lwc1	$f1, 0($s0)
	
	jr	$ra