Homework 2: Assembly to C and Array Indexing

Assigned Wednesday, April 22nd, 2015
Due Date Wednesday, April 29th, 2015 at 5:00pm (17:00)
Submissions Submit a PDF file of your solutions here.

Introduction

The purpose of written homework assignments is to get you thinking about the topics being covered in lecture and in readings in the textbook which are not represented in the hands-on, programming lab assignments. These written assignments also better prepare you for course examinations. It is worth noting that the book contains many practice problems similar to the problems we ask on these written assignments! The solutions for those practice problems are located at the end of each chapter and should give you a feel for the kind of answers we expect you to turn in for these kind of assignments.

Logistics

Please type up your answers and submit them as a PDF file in the online dropbox. This simplifies our grading and ensures we read your answers clearly. If you don't know how to create a PDF, a quick internet search should help, or ask us.

We will provide solutions to all of the problems in the written homework assignments in a timely fashion after the assignment is due. This may be around 4 or 5 days after the due date, in general, because a student may use up to 3 late days on an assignment.

Questions

Answer the following problems from the textbook. Notice that several of these problems are practice problems. If a practice problem is listed, try to solve the problem on your own first, then check your answer at the end of the chapter. Make sure you understand the solution provided, then complete the additional questions we ask about the practice problem below. Your write-up only needs to contain the information necessary to understand your answer to the *additional questions listed here* - you do NOT need to turn in the answer to the practice problem in its entirety.

  1. Practice Problem 3.30, p. 223. Is the stack affected after executing these two instructions? If so, how? If not, why not?
  2. Practice Problem 3.33, Review the Aside on p. 226 to understand why GCC allocates unused space on the stack. If we wanted to eliminate the unused space in proc's stack frame regardless, how would you change the assembly code to do this?
  3. Practice Problem 3.42, Can you describe a general strategy for arranging elements of a struct so that the space the struct uses is minimized?
  4. Homework Problem 3.56, p. 296.
  5. Homework Problem 3.64, p. 302.
  6. Homework Problem 3.65, p. 304. Draw a picture representation of both str1 and str2, in addition to answering the question.

Notes

Make sure you are using the second edition of Computer Systems: A Programmer's Perspective, ISBN: 978-0-13-610804-7. If you're not using the right book, you might be doing the wrong problems!

Submitting Your Work

Please turn in a PDF file containing your answers to the Catalyst Drop Box for this assignment. We will not accept submissions that are not in PDF format.