[Solved]L Two Programming Questions Tor Please Submit Twos Asm Files Settings Spim Usual Use Bare Q37094015
Using SPIM to write the following:

l’here are two programming questions tor you to do. Please submit two.s or .asm files. In the settings for SPIM, as usual use a bare machine with no exception handler, and also choose “Enable Delayed Loads” and “Enable Delayed Branches”. This simulates a more realistic machine with a pipelined architecture 2. (6 points) Declare an array of integers, something like .data size: .word 8 array: .word 23, -12, 45, -32, 52, -72, 8, 13 Write a program that computes the sum of all the even integers in the array. Put the sum in register $10 Show transcribed image text l’here are two programming questions tor you to do. Please submit two.s or .asm files. In the settings for SPIM, as usual use a bare machine with no exception handler, and also choose “Enable Delayed Loads” and “Enable Delayed Branches”. This simulates a more realistic machine with a pipelined architecture 2. (6 points) Declare an array of integers, something like .data size: .word 8 array: .word 23, -12, 45, -32, 52, -72, 8, 13 Write a program that computes the sum of all the even integers in the array. Put the sum in register $10
Expert Answer
Answer to l’here are two programming questions tor you to do. Please submit two.s or .asm files. In the settings for SPIM, as usua… . . .
OR

