Write Assembly code to calculate average BMI of N students. Address 10 has the total number of students (N) followed by N weights and heights. Store the computed average BMI at the address 70. There...


Write Assembly code to calculate average BMI of N students. Address 10 has the total number of students (N) followed by N weights and heights. Store the computed average BMI at the address 70.


There are 2 records. Weight and height of the 1st person is 96 and 05 respectively. Similarly, 5A and 06 are the weight and height of the second person.
Assume decimal points are ignored and the average will be a rounded integer value. All divisions are integer divisions as well.


NEED TO WRITE CODE IN ASSEMBLY CODE PLEASE (for example: MOV AL, 10)



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here