Make sure you have the most recent version of the homework repository.
Do your work for this labday and the accompanying homework assignment
in the provided hw07 directory.
Make a copy of your sumo.asm file and name the copy malloc.asm
Modify malloc.asm so that the code in the text section is removed
except for the commands to open, read from, and close the file. Also keep
the exit commands.
On paper write out the declaration you would need to reserve memory
for an array of addresses (in contrast to an array of records in the
first assignment).
At the beginning of the period show your prep work to the instructor.
You will continue work in your hw07 folder.
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.
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.
Show your completed work to the instructor.
If you finish early, work on your homework assignment until the end of
the lab period.