Define an array of 32 bit values of size 6. Initialize this array to 6 values. Write an
assembly language procedurethat finds the smallestvalue. Assume main is using EAX,
EBX and ECX . So after return from this procedure, main assumes the values of these
registers are the same as when the procedure was called. You must use a loop and if
statements inside the procedure. Use the Irvine library to display messages on the
command prompt as well.
Expert Answer
An answer will be send to you shortly. . . . .