Question: Fill in the blanks so that the code snippet below on completion gives the expected output given below: Code snippet: data prompt1: .asciiz Hello

Fill in the blanks so that the code snippet below on completion gives the expected output given below: Code snippet: data prompt1: .asciiz " Hello World" .text li $to. label2:beg $t0, 4, li $vo. la $ao, prompti syscall li $v0, 1 move $ao. syscall $t0,$t0.1 label1.li $v0, 10 syscall Expected Output : Hello World 1 Hello World 2 Hello World 3 Fill in the blanks so that the code snippet below on completion gives the expected output given below: Code snippet: data prompt1: .asciiz " Hello World" .text li $to. label2:beg $t0, 4, li $vo. la $ao, prompti syscall li $v0, 1 move $ao. syscall $t0,$t0.1 label1.li $v0, 10 syscall Expected Output : Hello World 1 Hello World 2 Hello World 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
