Question: Using Irvine library equivalent write an assembly code to get the sum of array using indirect operand (i.e. use esi as pointer) then calculate its
Using Irvine library equivalent write an assembly code to get the sum of array using indirect operand (i.e. use esi as pointer) then calculate its average Ask the user to enter 3 numbers and access the array indirectly to save the numbers, then add them then calculate their average The Output should be as the following: Enter number1: 2 Enter number2: 3 Enter number3: 4 The sum is: +9The average is: +3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
