Turn in your assignments in the bin outside Geoff's office. Late homework will be penalized; see the late policy for more information. We also will not accept handwritten material or printouts in which long lines are wrapped in the middle of a word. We prefer that you use a text processor. You might try troff or latex in combination with xfig.
ld x, %l2 ld y, %l1 ld z, %l0 a: add %l0, %l1, %l3 b: add %l2, %l1, %l4Here, the instruction labeled "
b
" might execute
before the one labeled "a
" because the value of
z
might not yet be available from memory (due to
pipelining). Suppose "b
" is executed first, and
a trap occurs after it executes but before "a
"
executes.
Last modified April 19, 2002 by geoff@cs.hmc.edu