Do the Even questions from section 8.5.8.

(It wouldn't hurt if you studied the answers to the odd questions as well.)

In addition, do these problems:

  1. Challenge: Draw a diagram showing the stack parameters created by the following INVOKE statement (running under the flat memory model):
    .data
    count = 10
    myArray WORD count DUP(?)
    .code
    INVOKE SumArray, ADDR myArray, count
    
  2. Why was it necessary for question A to state that the program was "running under the flat memory model"?

This assignment is Level 3.