8086 microprocessor

Thread Starter

Ashutosh

Joined Jan 2, 2009
2
Plz ans me the question.
Write a program of 8086-microprocessor of finding Avreage of 10 numbers.
rply fast if possible.........
 

beenthere

Joined Apr 20, 2004
15,819
It sounds like your assignment. Try finding an average of 10 numbers on paper. Think of the steps you followed. That will define the steps the 8086 has to follow to average 10 numbers.
 

Mark44

Joined Nov 26, 2007
628
You'll get more help from us if you show us a sincere attempt to solve this problem.

To add to beenthere's advice, the processor can't add ten numbers all at once; it can add only two numbers at a time.
 
Top