Question: 4. Please do this problem in Assembly Language program 80x86. MASM. Write procedure MinMax that receives a variable number of integers and returns the minimum
4. Please do this problem in Assembly Language program 80x86. MASM.
Write procedure MinMax that receives a variable number of integers and returns the minimum and the maximum integer in the list. The min and max values are stored in memory locations pointed to by addresses passed to MinMax. The Main procedure requests the input registers from the user. Positive and negative integer values are valid. The user entering zero terminates the input integer sequence. The min and max values returned are displayed by the Main procedure.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
