.data len0: .word 0 ctr0: .word 0 .text main: li $v0, 1 li $a0, 21 syscall li $v0, 1 li $a0, 42 syscall li $v0, 10 syscall