Define an array of 32 bit values of size 6. Initialize thisarray to 6 values. Write an assembly language procedure that findsthe smallest value. Assume main is using EAX, EBX and ECX . Soafter return from this procedure, main assumes the values of theseregisters are the same as when the procedure was called. You mustuse a loop and if statements inside the procedure.
Expert Answer
An answer will be send to you shortly. . . . .