Note: In the 3rd page (Interleaving sheet 2), please read "RANK" instead of "ROW" at the bottom of the page where the address is divided into 4 partitions.
Please correct the operation of the JSR
/JSRR
instruction to read:
TEMP = PC†
if (bit(11)==0)
PC = BaseR;
else
PC = PC† + LSHF(SEXT(PCoffset11), 1);
R7 = TEMP;
* PC†: incremented PC
Here are annotated buzzwords from 2 previous semesters, fall 2005 and spring 2007. You may use these as a reference in your studies.
Fall 2005 and Spring 2007 BuzzwordsSpring 2009 Exam 2 and Solution (posted - 05/04/09)
Spring 2009 Exam 1 and Solution (posted - 03/23/09)
You can lookup other exams from previous year's websites, accessible from Dr Patt's home page. Spring 2007 Exam 1 is posted here because the version of the paper on Spring 2007 website has missing pages.