There are two programming questions for you to do. Please submittwo.s or .asm files. You can use the usual settings as the previoushomework. But if you want to use pseudo-instructions, you will needto uncheck “Bare Machine” and check “Accept PseudoInstructions”
(10 points) Declare an array of integers, something like: . datasize : . word 8 array : . word 23 , -12 , 45 , -32 , 52 , -72 , 8 ,13 Write a program that computes the sum of all the odd integers inthe array. Put the sum in register $1
Expert Answer
Answer to There are two programming questions for you to do. Please submit two.s or .asm files. You can use the usual settings as …