Homework #4

Due 22 March, 1996

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.

     X = T + X ;
     Y = A + B ;
     Z = X + Y ;

Back to the Handout index
Return to Dean Brock's home page
UNCA CSCI logo Return to the UNCA Computer Science home page