Question: Thanks for your continuous help. Important: answer will be reported if not in MIPS ASSEMLY nums is an array of count words. Count the number
Thanks for your continuous help. Important: answer will be reported if not in MIPS ASSEMLY
"nums" is an array of "count" words. Count the number of elements in "nums" whose value is greater than 50 and less than 100, and print out the count Output format must be: "count = 4"
YOU MUST USE THE FOLLOWING FOR THE .DATA
.data nums: .word 3,68,2,60,2000,51,99,102 count: .word 8 ans: .asciiz "count = " endl: .asciiz " "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
