MCS-284: Computer Organization (Fall 2017)

Note: This web site will be modified as the semester progresses. You are responsible for all the updates made here, so please check this page often.


UPDATES:

- October 4th, 2017: important information regarding Project 2:

btest is a 32-bit executable. The datalab uses btest as test harness for checking the correctness of your bits.c file. Due to the way the program is written, it is not 64-bit safe. So if you find that your compiler gives errors when you run make, you should install 32-bit C library by issuing

    sudo apt-get install gcc-multilib g++-multilib

from the command line.

- August 15th, 2017: the course page is up and running.



-Lou