CSC 174 - Computer Organization and Assembly Language

Dr. R. M. Siegfried

Assignment #8 - Working with arrays and indirect operands

Due Monday, April 4, 2016

In your program's data segment, you will declare an array of four signed double words. You can use ReadInt to input the values.

Use indirect operands to find the average of the four values and display the average using WriteString and WriteInt

[Back to the Assignments Index]