LD05: Dynamic Memory Allocation due Thu 17 Oct 13:20

Purpose

In this assignment you will learn/practice:

Preparation for Lab Day

Do these steps to get ready for lab day:

Lab Day

  1. At the beginning of the period show your prep work to the instructor. You will continue work in your hw07 folder.

  2. Modify malloc.asm so that it successfully makes a system call to the mmap function which will reserve enough space to store the rank, height, weight, and name of a wrestler.

  3. After the memory is being reserved correctly, read the first entry from the file into the newly reserved memory and display the entry from that memory.

  4. Show your completed work to the instructor.

  5. If you finish early, work on your homework assignment until the end of the lab period.

Assembly Language

Segmentation Fault Counter

1779740194