Question: Fill in the blanks so that the code snippet below on completion gives the expected output given below. Code snippet: data prompti: asciiz Hello World
Fill in the blanks so that the code snippet below on completion gives the expected output given below. Code snippet: data prompti: asciiz "Hello World text 1. Sto. label2:beg Sto, 4 li svo la $30, prompti syscall li $v0,1 move $30 syscall Sto $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
