EE 360N Handouts

Fall 2005



09/14/05

Appendix C, The Microarchitecture of LC-3b
Appendix C pdf


08/30/05

Assembly Language Handout
Assembly Language pdf   ps


08/30/05

LC-3b Handouts
Appendix A: The LC-3b ISA pdf


Please correct the following errors:
In Appendix A, please correct the starting address of the example for TRAP instruction to read 0x46 (instead of 0x23).

In Appendix A, 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;


08/10/05

Student Information Sheet

Please fill out the student information sheet, attach a recognizable recent photo of yours, and turn it in on September 14.