Question: Use only mips to write program. (CLO 5-Assy Lang.) Loop Problem: In the space to the right, write a brief loop program that will print
(CLO 5-Assy Lang.) Loop Problem: In the space to the right, write a brief loop program that will print out each of the bytes in w1, w2, w3, and w4 as ASCII characters. Note that w4 has three 0 bytes, so you can set the loop to quit when you load a null This is an extremely simple loop program if you think a bit about it before starting the program design. My program took ten instructions, including the .text declaration (but not including the data declarations). data w1: .word 0x6c6c6548 w2: .word 0x77202c6f w3: .word 0x646c726f w4: word 0x00000021 .text
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
