(Solved): Microprocessors - Write a complete assembly program to calculate the average of five signed bytes of ...
Microprocessors -
Write a complete assembly program to calculate the average of five signed bytes of data. Assume all decimal data as follows: +96, +70, +10, -2, and +48. Be sure that your results will be out of any over flow problem.