CS 281: Assembly Language & Architecture

Syllabus

You can download the syllabus here. The syllabus includes information on grading, course goals, and policies I will use in teaching this course.

Text

Patterson & Hennessy 4th Ed. Patterson & Hennessy 4th Ed. Revised Patterson & Hennessy 5th Ed Patterson & Hennessy 5th Ed

We will be using Computer Organization and Design, by Patterson and Hennessy. You may use the 4th edition (blue), 4th edition revised (green), 5th edition (white), or 6th edition (gray). Please be careful if you buy the book from a vendor besides the bookstore, as there is a totally different book (with columns on the cover) by the same authors.

Homework

Specific assignments are given below. Please note that homeworks are very important, and make up a very large portion of your grade. If you fall behind, you will likely do poorly on the exams as well.

Assembly-language programming is fundamentally different from the high-level-language programming that you're used to. It is important that you have a comment on almost every line, so that it doesn’t become unreadable.

Homeworks can be turned in here.

Other Resources

C programming:

Assembly programming:

Circuit design:

Class-Only Information

Click here if you’re in the class, for more useful information.

Class Schedule

This is a tentative schedule for the class. I may change it depending on how the class progresses.

Week Dates Homework Due Date Files Readings
1 Aug. 28 - Sep. 1 HW 1 Sep. 6 A C Primer for Java Programmers
Mergesort Animation
2 September 5-8 HW 2 Sep. 13 Chapter 1
3 September 11-15 HW 3 Sep. 20 array.asm Chapter 2
4 September 18-22 HW 4 Sep. 27 Chapter 2
Yom Kippur (יום כפור)
5 September 26-29 Midterm 1
6 October 2-6 HW 5 Oct. 13 Chapter 2
7 October 9-13 HW 6 Oct. 20 Chapter 3
Fall Break!
8 October 18-20 HW 7 Oct. 27 Chapter 3
9 October 23-27 HW 8 Nov. 3 dummy-adder.circ Appendix B/C*
10 Oct. 30-Nov. 3 Midterm 2
11 November 6-10 HW 9 Nov. 15 dummy-memory.circ Appendix B/C*
12 November 13-17 HW 10 Nov. 22 dummy-control.circ Chapter 4
13 November 20-21 HW 11 Nov. 29 Chapters 4-5
Thanksgiving!
14 Nov. 27 - Dec. 1 HW 12 Dec. 6 Chapter 5
15 December 4-6 Chapter 5
Final Exam: Wednesday December 13, 12pm
* Appendix B if you have the 5th or 6th edition, C if you have the 4th.