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,
OR
OR