Answered step by step
Verified Expert Solution
Question
1 Approved Answer
use emulator 8086 b) Let you have a following list (array) which have decimal numbers (the list represent some marks for a student in PTUK):
use emulator 8086
b) Let you have a following list (array) which have decimal numbers (the list represent some marks for a student in PTUK): (10 Point) 90,85,72,66,95,81,63,76,80 Write assembly program to do the following: 1- Find maximum value store it in max variable 2- Find minimum value and store it in min variable 3- Calculate summation of this marks, then store it in sum variable 4- Calculate average of this marks, then store it in average variableStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started