Question: I need this to be done for .86 processor MASM , and use the Irvine library 32 I will be using visual studio to compile
I need this to be done for .86 processor MASM , and use the Irvine library 32
I will be using visual studio to compile the code, so please post a question that will actually compile.

Write an assembly language program to compute the mean and the variance of the following data at location RAW. Define Raw data as a WORD. 8, 19, 14, 27, 6, 20, 18. 12.23, 27, 31,22.17.26.7 where mean = 1 (x1 + x2 + +xn) variance = In { (x1-mean), + +(xn-mean) Display MEAN xx VAR YY Note the answers will be INTEGERS Write an assembly language program to compute the mean and the variance of the following data at location RAW. Define Raw data as a WORD. 8, 19, 14, 27, 6, 20, 18. 12.23, 27, 31,22.17.26.7 where mean = 1 (x1 + x2 + +xn) variance = In { (x1-mean), + +(xn-mean) Display MEAN xx VAR YY Note the answers will be INTEGERS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
