Question: Write MIPS code that finds and prints the smallest number in the integer array. The declaration of the array is shown below. .data .align 2
Write MIPS code that finds and prints the smallest number in the integer array. The declaration of the array is shown below.
.data
.align 2
array: .word 100,10,3,-2,110,0,-50,150,-17,8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
