.text main: .data a: .word 0 bb: .word 0 c: .word 0 d: .word 0 e: .word 0 ecopy: .word 0 .text li $v0,5 syscall move $t1,$v0 li $v0,5 syscall move $t2,$v0 li $v0,5 syscall move $t3,$v0 li $v0,5 syscall move $t4,$v0 li $v0,5 syscall move $t5,$v0 mul $t1,$t1,1 sub $t2,$t2,2 div $t3,$t3,3 neg $t4,$t4 addi $t5,$t5,5 li $v0,1 move $a0,$t1 syscall li $v0,1 move $a0,$t2 syscall li $v0,1 move $a0,$t3 syscall li $v0,1 move $a0,$t4 syscall li $v0,1 move $a0,$t5 syscall li $v0,10 syscall