Appendix C, The Microarchitecture of LC-3b
Appendix C
pdf
Assembly Language Handout
Assembly Language
pdf  
ps
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;
Student Information Sheet Please fill out the student information sheet, attach a recognizable recent photo of yours, and turn it in on September 14.