Homework #3

Due 28 February, 1995

Do the following problems from Chapter 8 (pp. 291-293) of the textbook. You'll need to read the Berkeley RISC I (pp. 288-291) section in order to answer the last question. This will "test" your ability to read machine language manuals.

Do the following problems from Chapter 9 (pp. 329-330) of the textbook.

Describe how to efficiently implement the following sequence of C statements in the machine language of a RISC processor with a one slot delay after loads and arithmetic operations.

     W = W + N + C ;
     X = - X ;

Back to the Handout index