Question: This is my code for FindLargest! My question is what if the it asked for FindSmallest? how I can find the smallest? can you write



This is my code for FindLargest!
My question is what if the it asked for FindSmallest? how I can find the smallest?
can you write it in code please? Assembly Language-MASM32
Create a procedure called FindLargest that receives two parameters on the stack: a pointer to a signed doubleword array and a count of the array's length. The procedure returns the value of the largest array element in EAX. Preserve all registers (except EAX) that are modified by the procedure. Create a hard-coded array and show how your procedure would be called by completing the program. Parameters MUST be passed on the stack
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
