Step 1 - Normal Memory Allocation

Execute the program MEMLAB1.EXE, and instruct the program to perform the following:

  • Allocate one integer.

  • Specify 200 integers for read/write.

    The program should execute without error. Given that more memory has been accessed during the write operation than was originally allocated, explain how this is possible.


    [Back: Exercise 1 - Memory Allocation]
    [Next: Step 2 - Memory Protection Violation]