Question: Your program has a data section in memory declared as follows: .data .byte 12 .byte 97 .byte 133 .byte 82 .byte 236 Write a program
Your program has a data section in memory declared as follows:
.data
.byte 12
.byte 97
.byte 133
.byte 82
.byte 236
Write a program that adds the values up and computes the average. Please use $8 to save the base address, $9 to save the average, and $10 to save intermediate results. (hint: use lbu to get each byte and use sll $0, $0, 0 for load delay slot)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
