Question: (b) Construct the assembly code for 8086 in order to find the maximum in a given array using LEA. You may take the given algorithm

(b) Construct the assembly code for 8086 in order to find the maximum in a given array using LEA. You may take the given algorithm into account. Use comments where needed [CO2] [5] a DB 10h, 5h, 25h, 65h, 02h Start i = 0 Numbers are in an array a[0], a[1].... a[N-11 largest = a[0] Yes Does i = N? No End Yes Is a[i]> largest? largest = a[i] No i=i+1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
