.text main: addi $t1, $0, 7 addi $t2, $0, 3 addi $t3, $0, 1 STRT: addi $t1, $t1, 1 addi $t3, $t3, 1 bne $t2, $t3, STRT EXIT: or $t4, $t3, $t1