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