subject

Consider the following mips loop: *(show work)

loop: slt $t2, $0, $t1

beq $t2, $0, done

subi $t1, $t1, 1

addi $s2, $s2, 2

j loop

done:

a) assume that the register $t1 is initialized to the value 10. what is the value in register $s2 assuming $s2 is initially zero?

b) for each of the loops above, write the equivalent c code routine. assume that the registers $s1, $s2, $t1, and $t2 are integers a, b, i, and temp, respectively.

c) for the loops written in mip assembly above, assume that the register $t1 is initialized to the value n. how many mips instructions are executed?

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:00
Lisa’s company, abc ltd., lost its biggest client and is now facing a financial crunch. most of her colleagues have resigned, but lisa decides to stay with the company and assist the management in overcoming the financial situation. which quality is lisa demonstrating? a. self-management b. cooperativeness c. responsibility d. loyalty
Answers: 2
question
Computers and Technology, 23.06.2019 00:30
Knowing that the central portion of link bd has a uniform cross sectional area of 800 mm2 , determine the magnitude of the load p for which the normal stress in link bd is 50 mpa. (hint: link bd is a two-force member.) ans: p = 62.7 kn
Answers: 2
question
Computers and Technology, 24.06.2019 01:30
Write a program that asks the user to enter the name of an input file. if the file does not exist, the program should prompt the user to enter the file name again. if the user types quit in any uppercase/lowercase combinations, then the program should exit without any further output.
Answers: 3
question
Computers and Technology, 24.06.2019 06:30
For which utilities, if any, does the landlord pay?
Answers: 2
You know the right answer?
Consider the following mips loop: *(show work)

loop: slt $t2, $0, $t1

be...
Questions
Questions on the website: 13722367